aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-02-10 16:58:38 -0800
committerGravatar vjpai <vpai@google.com>2016-02-10 16:58:38 -0800
commit04e992a7508f8ebd8a996b718631140f629e52d8 (patch)
tree9131f50c5a9e42073c0c51e9511d002b446644e3 /build.yaml
parent42fad8e765b8bbdd2211dc2e0172a9565d395cc8 (diff)
Make C++ alarm class usable and testable - there were some build issues and
it was not actually even included in the library or the test suite.
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 630a49410f..d25828d3f1 100644
--- a/build.yaml
+++ b/build.yaml
@@ -165,6 +165,7 @@ filegroups:
- src/cpp/client/credentials.cc
- src/cpp/client/generic_stub.cc
- src/cpp/client/insecure_credentials.cc
+ - src/cpp/common/alarm.cc
- src/cpp/common/call.cc
- src/cpp/common/channel_arguments.cc
- src/cpp/common/completion_queue.cc
@@ -1705,6 +1706,16 @@ targets:
- mac
- linux
- posix
+- name: alarm_cpp_test
+ build: test
+ language: c++
+ src:
+ - test/cpp/common/alarm_cpp_test.cc
+ deps:
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
- name: async_end2end_test
build: test
language: c++