diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-11 16:53:58 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-11 16:53:58 -0800 |
commit | 57e2743b6580ae19326ceccb5ac9ed88e0691a94 (patch) | |
tree | 51b17e1897f1a53bd5ada6a76904ce0026e13b4e /tools/run_tests | |
parent | 6a462d4b08de01027e80e16afe6e891bb0fdabe3 (diff) |
Add contributed test
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 16 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 21 |
2 files changed, 37 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 0039b99a55..092ed35ad9 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -198,6 +198,22 @@ ], "headers": [], "language": "c", + "name": "concurrent_connectivity_test", + "src": [ + "test/core/surface/concurrent_connectivity_test.c" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "dns_resolver_connectivity_test", "src": [ "test/core/client_config/resolvers/dns_resolver_connectivity_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 724cd64d19..000315f2f4 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -261,6 +261,27 @@ "posix", "windows" ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "gtest": false, + "language": "c", + "name": "concurrent_connectivity_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], "cpu_cost": 0.1, "exclude_configs": [], "flaky": false, |