aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-12-03 16:04:30 -0800
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-12-03 16:04:30 -0800
commitb7f283b06fff95ac950531561bddef594708959d (patch)
treea33c1a6e1ddd297256afdd97883bb039eb02b630 /test/cpp/util
parentbe76eb4429c0037027ea0782c7726c909165235c (diff)
Fix bazel rbe tests
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 57eaf3baf2..61e65029ff 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -181,6 +181,7 @@ grpc_cc_test(
data = [
"//src/proto/grpc/testing:echo.proto",
"//src/proto/grpc/testing:echo_messages.proto",
+ "//src/proto/grpc/testing:simple_messages.proto",
],
external_deps = [
"gtest",
@@ -192,6 +193,7 @@ grpc_cc_test(
"//:grpc++_reflection",
"//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto",
+ "//src/proto/grpc/testing:simple_messages_proto",
"//test/core/end2end:ssl_test_data",
"//test/core/util:grpc_test_util",
],