aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/BUILD
diff options
context:
space:
mode:
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",