aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/common/BUILD')
-rw-r--r--test/cpp/common/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD
index ae287a4c93..bd1173322a 100644
--- a/test/cpp/common/BUILD
+++ b/test/cpp/common/BUILD
@@ -16,6 +16,13 @@ licenses(["notice"]) # Apache v2
load("//bazel:grpc_build_system.bzl", "grpc_cc_test")
+package(
+ features = [
+ "-layering_check",
+ "-parse_headers",
+ ],
+)
+
grpc_cc_test(
name = "alarm_cpp_test",
srcs = ["alarm_cpp_test.cc"],