diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-19 00:38:10 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-19 01:53:56 +0200 |
commit | af6c83f9e141aa1ae32398f1f9b1f152a248a8f0 (patch) | |
tree | 8df2a59e1c97577160b555fc0e54a2d3d52cba4d /test/cpp/microbenchmarks/BUILD | |
parent | 3f8b3977bd22e5d01c287dd70dcb6aefbea5b503 (diff) |
Adding dummy layering check option.
Diffstat (limited to 'test/cpp/microbenchmarks/BUILD')
-rw-r--r-- | test/cpp/microbenchmarks/BUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index 3a968a020a..8eb813f3d5 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -31,6 +31,13 @@ licenses(["notice"]) # 3-clause BSD load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_cc_library") +package( + features = [ + "-layering_check", + "-parse_headers", + ], +) + grpc_cc_test( name = "noop-benchmark", srcs = ["noop-benchmark.cc"], |