From af6c83f9e141aa1ae32398f1f9b1f152a248a8f0 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 19 May 2017 00:38:10 +0200 Subject: Adding dummy layering check option. --- test/cpp/common/BUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/cpp/common') diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD index c8b3e46f5f..76e3c0ff85 100644 --- a/test/cpp/common/BUILD +++ b/test/cpp/common/BUILD @@ -31,6 +31,13 @@ licenses(["notice"]) # 3-clause BSD 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"], -- cgit v1.2.3