diff options
author | 2015-12-11 15:01:25 -0800 | |
---|---|---|
committer | 2015-12-11 15:01:25 -0800 | |
commit | 8c9dfd02bcd6e3e5215660a27f3c0b250444c5d4 (patch) | |
tree | b7ee160118b38301fee7878edf902ce6b668b8a1 /tools/run_tests | |
parent | 57ebf29e8cf4067280b355b548af4d9e146c5d44 (diff) | |
parent | a0c7cddf2bcb729f42cac958681cfe60aa50c5f2 (diff) |
Merge pull request #4430 from ctiller/dns
Add dns resolver test
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 14 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 18 |
2 files changed, 32 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 0d7b3576cf..ae5e0cf62c 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -148,6 +148,20 @@ ], "headers": [], "language": "c", + "name": "dns_resolver_test", + "src": [ + "test/core/client_config/resolvers/dns_resolver_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "dualstack_socket_test", "src": [ "test/core/end2end/dualstack_socket_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 4013a3f590..d418433e74 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -185,6 +185,24 @@ "ci_platforms": [ "linux", "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "dns_resolver_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", "posix" ], "exclude_configs": [], |