diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-09-11 18:01:51 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-09-11 18:04:15 -0700 |
commit | 63b1c736b3bbb71cc7019fddec0e706133a2f61e (patch) | |
tree | ca162e811328b732f678b6daeb7f78b984dd5315 /test/util/BUILD | |
parent | 28853599c45d0b1ea78d79e5ff700a9c763cf60d (diff) |
Internal change.
PiperOrigin-RevId: 396155387
Diffstat (limited to 'test/util/BUILD')
-rw-r--r-- | test/util/BUILD | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/util/BUILD b/test/util/BUILD index 2dcf71613..0c151c5a1 100644 --- a/test/util/BUILD +++ b/test/util/BUILD @@ -350,6 +350,19 @@ cc_library( ) cc_library( + name = "benchmark_main", + testonly = 1, + srcs = ["benchmark_main.cc"], + linkstatic = 1, + deps = [ + ":test_util", + "@com_google_absl//absl/flags:flag", + gtest, + gbenchmark_internal, + ], +) + +cc_library( name = "epoll_util", testonly = 1, srcs = ["epoll_util.cc"], |