aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/BUILD
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-12-15 13:29:10 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-12-15 13:29:10 -0800
commit5f72c6a0f076d39b28a928d9dfc475ae272018b8 (patch)
tree1dc7ed02398bc480fdbb1e820320af96aac47aba /test/cpp/end2end/BUILD
parent5d37e61d069a3d33fba15db35151d013a298537f (diff)
Mark a couple of test binaries asa testonly
Diffstat (limited to 'test/cpp/end2end/BUILD')
-rw-r--r--test/cpp/end2end/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD
index 265f75403d..fa77c30aca 100644
--- a/test/cpp/end2end/BUILD
+++ b/test/cpp/end2end/BUILD
@@ -76,6 +76,7 @@ grpc_cc_test(
grpc_cc_binary(
name = "client_crash_test_server",
+ testonly = True,
srcs = ["client_crash_test_server.cc"],
deps = [
"//:gpr",
@@ -311,6 +312,7 @@ grpc_cc_test(
grpc_cc_binary(
name = "server_crash_test_client",
+ testonly = True,
srcs = ["server_crash_test_client.cc"],
deps = [
"//:gpr",