aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-01-31 16:36:45 -0800
committerGravatar Adele Zhou <adelez@google.com>2018-02-01 11:49:22 -0800
commit2294031d6a01493e24f32ba0d55dad7349349e7a (patch)
tree8c9e14182b2f33b31a8182ff7d3ff521f46728cc /test/cpp/util/BUILD
parentd6358a5b0a473042927dbd0e9e0102eac5a89159 (diff)
Fix echo.proto path under bazel
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 19e15b1adf..af25fca185 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -140,6 +140,10 @@ grpc_cc_test(
srcs = [
"grpc_tool_test.cc",
],
+ data = [
+ "//src/proto/grpc/testing:echo.proto",
+ "//src/proto/grpc/testing:echo_messages.proto"
+ ],
deps = [
":grpc_cli_libs",
":test_util",