aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
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/cpp
parent8a7f6bf5cb9cb07cef24c29a6a11f6fc3dcd176d (diff)
Revert "Revert "Add suppressions to sanitizers for bazel builds""
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/client/BUILD1
-rw-r--r--test/cpp/microbenchmarks/BUILD1
-rw-r--r--test/cpp/util/BUILD2
3 files changed, 4 insertions, 0 deletions
diff --git a/test/cpp/client/BUILD b/test/cpp/client/BUILD
index 12825e88c2..c03ea92d34 100644
--- a/test/cpp/client/BUILD
+++ b/test/cpp/client/BUILD
@@ -28,6 +28,7 @@ grpc_cc_test(
"//:gpr",
"//:grpc",
"//:grpc++",
+ "//test/core/util:gpr_test_util",
],
)
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index 5dcfd94ed3..d51a0e3dc5 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -24,6 +24,7 @@ grpc_cc_test(
external_deps = [
"benchmark",
],
+ deps = ["//test/core/util:gpr_test_util",]
)
grpc_cc_library(
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index b1153d2df3..9b42bb28b1 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -217,6 +217,7 @@ grpc_cc_test(
],
deps = [
"//:grpc++",
+ "//test/core/util:gpr_test_util",
],
)
@@ -260,6 +261,7 @@ grpc_cc_test(
deps = [
"//:grpc++_error_details",
"//src/proto/grpc/testing:echo_messages_proto",
+ "//test/core/util:gpr_test_util",
],
)