aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-03-19 15:56:28 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-03-19 15:56:28 -0700
commit6e22d21608bc868438e96f67663736f7d7527867 (patch)
tree750823cd159dade5dc18d7b5eb952f85add85169 /test/cpp/util/BUILD
parent3b42f83068618d5888b870874937a185803a2db1 (diff)
Fix small build issues
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 4ac8572072..f53bc7eb7f 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -86,6 +86,7 @@ grpc_cc_library(
grpc_cc_library(
name = "channel_trace_proto_helper",
+ testonly = 1,
srcs = [
"channel_trace_proto_helper.cc",
],