aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-02-26 13:17:06 -0800
committerGravatar Mark D. Roth <roth@google.com>2018-02-26 14:39:26 -0800
commit3e7f2df04749720dc55a265c5ff03f9fbda2b44c (patch)
treece7db5e3a31faac6fe23b12bfa9eec92e1440e16 /test/core/slice/BUILD
parent200dffc822bb8383ef325b75861eff21f911e98e (diff)
Convert slice hash table and service config code to C++.
Diffstat (limited to 'test/core/slice/BUILD')
-rw-r--r--test/core/slice/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/core/slice/BUILD b/test/core/slice/BUILD
index ba2b553e0b..226aed1db9 100644
--- a/test/core/slice/BUILD
+++ b/test/core/slice/BUILD
@@ -87,6 +87,9 @@ grpc_cc_test(
srcs = ["slice_hash_table_test.cc"],
deps = ["//:grpc", "//test/core/util:grpc_test_util", "//:gpr", "//test/core/util:gpr_test_util"],
language = "C++",
+ external_deps = [
+ "gtest",
+ ],
)
grpc_cc_test(