aboutsummaryrefslogtreecommitdiff
path: root/build.yaml
diff options
context:
space:
mode:
authorAlexander Polcyn <apolcyn@google.com>2019-01-10 03:18:18 -0800
committerAlexander Polcyn <apolcyn@google.com>2019-05-08 09:57:39 -0700
commit2a4d62819be0b35261b6dcd7a03644451b9875c8 (patch)
tree042d22cd7b4d74d0cd55f0d7c5f922403faf34f8 /build.yaml
parent9dcbf1053fa9fb28fe214aa4af96b879610751fe (diff)
downloadgrpc-grpc-2a4d62819be0b35261b6dcd7a03644451b9875c8.tar.gz
Revise c-ares timeouts to use c-ares's internal timeout/retry logic
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 3638e3ce7e..a61b7987a4 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1677,6 +1677,13 @@ libs:
- grpc_test_util
- grpc
- gpr
+- name: dns_test_util
+ build: private
+ language: c++
+ headers:
+ - test/cpp/naming/dns_test_util.h
+ src:
+ - test/cpp/naming/dns_test_util.cc
- name: grpc++
build: all
language: c++