aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2018-03-01 09:31:46 -0800
committerGravatar GitHub <noreply@github.com>2018-03-01 09:31:46 -0800
commitabffe598f55dd27936f238f819135a7c70b38514 (patch)
tree41a851a34cb3073a94a3772f2b12a438469c8982 /build.yaml
parenta3146be55b08b0b582a2625e16c2fdc7d09c865a (diff)
parent396d49d95842b42ee2537f54a12919aff47a0401 (diff)
Merge pull request #14516 from dgquintas/weakmap
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