aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-02-22 16:37:27 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-02-22 16:37:27 -0800
commit43bca1be48b3a388ea3e164f74bb723e6b730eef (patch)
tree6ed541895bee05ac76ee8c9ee183588e71cb46dc /test/cpp/util
parente8a1a50465d944ef321481e9a10f17a5284a0fa4 (diff)
Add BUILD file for end2end tests too
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index f3cdc58986..dc90a4e172 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -45,6 +45,21 @@ cc_library(
)
cc_library(
+ name = "grpc++_proto_reflection_desc_db",
+ srcs = [
+ "proto_reflection_descriptor_database.cc",
+ ],
+ hdrs = [
+ "proto_reflection_descriptor_database.h",
+ ],
+ visibility = ["//test:__subpackages__"],
+ deps = [
+ "//:grpc++_config_proto",
+ "//src/proto/grpc/reflection/v1alpha:reflection_proto",
+ ],
+)
+
+cc_library(
name = "test_util",
srcs = [
# "test/cpp/end2end/test_service_impl.cc",