diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-12-11 12:32:39 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-12-11 12:32:39 -0800 |
commit | 147c4f46628c80b3ebf4c331e38c7285db30c194 (patch) | |
tree | c5e1f9ff00d608b3450dc04083482e263cd1b94f /tools/run_tests | |
parent | 12fa8c83aff22c84ee92ea00c79b2f6236c93d26 (diff) |
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 3a8bb8d54f..729e7f6422 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -134,6 +134,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 bf12a2397b..cdbaca81cb 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -167,6 +167,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": [], |