Fix bazel rbe tests

pull/17350/head
Hope Casey-Allen 6 years ago
parent be76eb4429
commit b7f283b06f
  1. 2
      test/cpp/util/BUILD

@ -181,6 +181,7 @@ grpc_cc_test(
data = [ data = [
"//src/proto/grpc/testing:echo.proto", "//src/proto/grpc/testing:echo.proto",
"//src/proto/grpc/testing:echo_messages.proto", "//src/proto/grpc/testing:echo_messages.proto",
"//src/proto/grpc/testing:simple_messages.proto",
], ],
external_deps = [ external_deps = [
"gtest", "gtest",
@ -192,6 +193,7 @@ grpc_cc_test(
"//:grpc++_reflection", "//:grpc++_reflection",
"//src/proto/grpc/testing:echo_messages_proto", "//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing:echo_proto",
"//src/proto/grpc/testing:simple_messages_proto",
"//test/core/end2end:ssl_test_data", "//test/core/end2end:ssl_test_data",
"//test/core/util:grpc_test_util", "//test/core/util:grpc_test_util",
], ],

Loading…
Cancel
Save