aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-02-28 16:06:30 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2018-02-28 16:06:30 -0800
commit396d49d95842b42ee2537f54a12919aff47a0401 (patch)
tree898c75ea8c5ac0e997258a768f84d44d35cff8d2 /build.yaml
parentbaf1a412624d20d1c11f60ddd66d47e58b3e3f35 (diff)
Introduce a 'weak' and mutable version of slice hash table
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 6c955676fe..13747310fd 100644
--- a/build.yaml
+++ b/build.yaml
@@ -403,6 +403,7 @@ filegroups:
- src/core/lib/slice/slice_hash_table.h
- src/core/lib/slice/slice_internal.h
- src/core/lib/slice/slice_string_helpers.h
+ - src/core/lib/slice/slice_weak_hash_table.h
- src/core/lib/surface/api_trace.h
- src/core/lib/surface/call.h
- src/core/lib/surface/call_test_only.h
@@ -4829,6 +4830,18 @@ targets:
- gpr_test_util
- gpr
uses_polling: false
+- name: slice_weak_hash_table_test
+ gtest: true
+ build: test
+ language: c++
+ src:
+ - test/core/slice/slice_weak_hash_table_test.cc
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ uses_polling: false
- name: stats_test
gtest: true
build: test