aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/end2end')
-rw-r--r--test/cpp/end2end/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD
index c7790c7a40..0bf7948fcf 100644
--- a/test/cpp/end2end/BUILD
+++ b/test/cpp/end2end/BUILD
@@ -34,6 +34,7 @@ cc_library(
srcs = ["test_service_impl.cc"],
hdrs = ["test_service_impl.h"],
deps = [
+ "//external:gtest",
"//src/proto/grpc/testing:echo_proto",
"//test/cpp/util:test_util",
],
@@ -80,6 +81,7 @@ cc_test(
"//:gpr",
"//:grpc",
"//:grpc++",
+ "//external:gflags",
"//external:gtest",
"//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto",
@@ -203,12 +205,15 @@ cc_test(
"//:gpr",
"//:grpc",
"//:grpc++",
+ "//:grpc++_reflection",
+ "//external:gflags",
"//external:gtest",
"//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto",
"//src/proto/grpc/testing/duplicate:echo_duplicate_proto",
"//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
+ "//test/cpp/util:grpc++_proto_reflection_desc_db",
"//test/cpp/util:test_util",
],
)
@@ -255,6 +260,7 @@ cc_test(
"//:gpr",
"//:grpc",
"//:grpc++",
+ "//external:gflags",
"//external:gtest",
"//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto",