summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 70ef137..1d27b79 100644
--- a/BUILD
+++ b/BUILD
@@ -249,6 +249,17 @@ cc_binary(
# C/C++ tests ##################################################################
+cc_binary(
+ name = "benchmark",
+ testonly = 1,
+ srcs = ["tests/benchmark.cc"],
+ deps = [
+ ":descriptor_upbproto",
+ ":descriptor_upbreflection",
+ "@com_github_google_benchmark//:benchmark_main",
+ ],
+)
+
cc_library(
name = "upb_test",
testonly = 1,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback