Forgot one external dependency.

pull/10621/head
Nicolas "Pixel" Noble 8 years ago
parent 16ace24735
commit c020da9634
  1. 4
      test/cpp/microbenchmarks/BUILD

@ -34,7 +34,9 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_cc_library")
grpc_cc_test(
name = "noop-benchmark",
srcs = ["noop-benchmark.cc"],
deps = ["//external:benchmark"],
external_deps = [
"benchmark",
],
)
grpc_cc_library(

Loading…
Cancel
Save