aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/codegen/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/codegen/BUILD')
-rw-r--r--test/cpp/codegen/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cpp/codegen/BUILD b/test/cpp/codegen/BUILD
index 984440e455..4780800645 100644
--- a/test/cpp/codegen/BUILD
+++ b/test/cpp/codegen/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 = "codegen_test_full",
srcs = ["codegen_test_full.cc"],