diff options
author | David Garcia Quintas <dgq@google.com> | 2017-07-13 15:44:17 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-07-13 15:44:17 -0700 |
commit | a9b9add1edd1eb359f7aa8c9831060805cccbb14 (patch) | |
tree | 303dce62dae24e0eeb52737f0379542b0caa9c70 /test/cpp/codegen | |
parent | 507d1fd58ec0ad6808d98089ecf257815e601261 (diff) | |
parent | 8ffb7c108024583f67b91023877edb537e0dd69e (diff) |
Merge branch 'master' of github.com:grpc/grpc into lb_update_connector_fix
Diffstat (limited to 'test/cpp/codegen')
-rw-r--r-- | test/cpp/codegen/BUILD | 7 |
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"], |