aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2018-06-15 16:31:21 -0700
committerGravatar GitHub <noreply@github.com>2018-06-15 16:31:21 -0700
commit5bdd9a8cb9b35361bd54d6e518c289c41e23ab79 (patch)
tree655d3fceacc36c48b666a1607419e6ce4e10988f /test/core/security
parent8a7f6bf5cb9cb07cef24c29a6a11f6fc3dcd176d (diff)
Revert "Revert "Add suppressions to sanitizers for bazel builds""
Diffstat (limited to 'test/core/security')
-rw-r--r--test/core/security/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/core/security/BUILD b/test/core/security/BUILD
index 70bcc8c9c3..12aa84d93b 100644
--- a/test/core/security/BUILD
+++ b/test/core/security/BUILD
@@ -183,6 +183,7 @@ grpc_cc_test(
"//:gpr",
"//:gpr_base",
"//:grpc",
+ "//test/core/util:gpr_test_util",
],
)
@@ -195,6 +196,7 @@ grpc_cc_test(
"//:gpr",
"//:gpr_base",
"//:grpc",
+ "//test/core/util:gpr_test_util",
],
)
@@ -206,6 +208,7 @@ grpc_cc_test(
"//:alts_util",
"//:gpr",
"//:grpc",
+ "//test/core/util:gpr_test_util",
],
)
@@ -220,5 +223,6 @@ grpc_cc_test(
"//:grpc_secure",
"//:tsi",
"//:tsi_interface",
+ "//test/core/util:gpr_test_util",
],
)