aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-19 00:38:10 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-19 01:53:56 +0200
commitaf6c83f9e141aa1ae32398f1f9b1f152a248a8f0 (patch)
tree8df2a59e1c97577160b555fc0e54a2d3d52cba4d /test/core/client_channel/BUILD
parent3f8b3977bd22e5d01c287dd70dcb6aefbea5b503 (diff)
Adding dummy layering check option.
Diffstat (limited to 'test/core/client_channel/BUILD')
-rw-r--r--test/core/client_channel/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/core/client_channel/BUILD b/test/core/client_channel/BUILD
index 6c4b40e411..4d43ce9de7 100644
--- a/test/core/client_channel/BUILD
+++ b/test/core/client_channel/BUILD
@@ -31,6 +31,13 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_c
licenses(["notice"]) # 3-clause BSD
+package(
+ features = [
+ "-layering_check",
+ "-parse_headers",
+ ],
+)
+
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
grpc_fuzzer(