diff options
Diffstat (limited to 'test/core/security/BUILD')
-rw-r--r-- | test/core/security/BUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/security/BUILD b/test/core/security/BUILD index 8c63f9143d..a81e1d366b 100644 --- a/test/core/security/BUILD +++ b/test/core/security/BUILD @@ -44,7 +44,8 @@ cc_library( srcs = ["oauth2_utils.c"], hdrs = ["oauth2_utils.h"], deps = ["//:grpc"], - copts = ['-std=c99'] + copts = ['-std=c99'], + visibility = ["//test/cpp:__subpackages__"], ) cc_test( |