aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 06:21:49 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 06:21:49 +0100
commitd5d83aa33f0bab183ea64dea877abf6cdb0ec65a (patch)
treebe58baa6544fef4471bafffeb505d4d3b00eb3cd /build.yaml
parent01ba279fdddb28096893a4e09a62b915cdbca6be (diff)
Fixing, using and testing alarm code.
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 1b3cb79202..dd105b4a65 100644
--- a/build.yaml
+++ b/build.yaml
@@ -334,6 +334,7 @@ filegroups:
- src/core/json/json_reader.c
- src/core/json/json_string.c
- src/core/json/json_writer.c
+ - src/core/surface/alarm.c
- src/core/surface/api_trace.c
- src/core/surface/byte_buffer.c
- src/core/surface/byte_buffer_reader.c
@@ -882,6 +883,16 @@ libs:
- winsock
- global
targets:
+- name: alarm_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/alarm_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: algorithm_test
build: test
language: c