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