Merge pull request #13803 from apolcyn/mark_testonly

Mark two test binaries as testonly
pull/13811/head
apolcyn 7 years ago committed by GitHub
commit f19b20f9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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",

Loading…
Cancel
Save