aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-16 07:50:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-16 07:50:18 -0700
commit121e7a964538cee570764a88503e2eb569f5152b (patch)
tree4ff64c3d7dd4a200073d97bf2017db46c870cfed /build.yaml
parentc94359d8056cbe86a1b8f33915d0b54761cdd02a (diff)
parent66e3b02d8a970f978c7907903f04094f802c7b44 (diff)
Merge github.com:grpc/grpc into filter-selection
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index f1f25bb590..bf677f71de 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1065,6 +1065,27 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: concurrent_connectivity_test
+ build: test
+ language: c
+ src:
+ - test/core/surface/concurrent_connectivity_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+- name: dns_resolver_connectivity_test
+ cpu_cost: 0.1
+ build: test
+ language: c
+ src:
+ - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: dns_resolver_test
build: test
language: c