aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/codegen
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-12-19 16:04:00 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-12-19 16:04:00 -0800
commitd3dbc0d07b8783ecba7165006c860df275ff9de0 (patch)
tree3c657d7f1c7e2a6f253324f956725ae2c4dd7e42 /test/cpp/codegen
parent0dd982cf4c409d072f2b1c537d65f93001cc0f77 (diff)
Mark one test binary as testonly
Diffstat (limited to 'test/cpp/codegen')
-rw-r--r--test/cpp/codegen/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/codegen/BUILD b/test/cpp/codegen/BUILD
index 66d72ed285..1388dbc650 100644
--- a/test/cpp/codegen/BUILD
+++ b/test/cpp/codegen/BUILD
@@ -57,6 +57,7 @@ grpc_cc_test(
grpc_cc_binary(
name = "golden_file_test",
+ testonly = True,
srcs = ["golden_file_test.cc"],
deps = [
"//:grpc++",