aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Bogdan Drutu <bdrutu@google.com>2016-01-22 15:34:34 -0800
committerGravatar Bogdan Drutu <bdrutu@google.com>2016-01-22 15:34:34 -0800
commitfc65bf07e60cd17144bcfbd156a47467b609b1e9 (patch)
tree5cbf556c7b1c670354018bbb7b4f0bf676059f58 /build.yaml
parent92b200ebf5940e2c101244e9e58e2a337b32eab0 (diff)
parentff14b44154b4667e666531763898e503f9f00bfd (diff)
Merge pull request #4750 from a-veitch/tag_set
Census Tag Set API and implementation
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 9aaa0d34f6..c05dde812e 100644
--- a/build.yaml
+++ b/build.yaml
@@ -20,6 +20,7 @@ filegroups:
- src/core/census/context.c
- src/core/census/initialize.c
- src/core/census/operation.c
+ - src/core/census/tag_set.c
- src/core/census/tracing.c
- name: grpc++_base
public_headers:
@@ -1630,6 +1631,16 @@ targets:
- mac
- linux
- posix
+- name: tag_set_test
+ build: test
+ language: c
+ src:
+ - test/core/census/tag_set_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: tcp_client_posix_test
cpu_cost: 0.5
build: test