aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-27 09:06:31 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-27 09:06:31 -0700
commitae69ad1bcf0322200ebeed5476ee9978101beeb7 (patch)
tree3b8f4d7a1dd02050920b8a8a6d030b94503f6c0e /tools/run_tests
parentb029859e580bfb7281c623622cdc32daf9846769 (diff)
Add a portable test of endpoint pairs
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/sources_and_headers.json14
-rw-r--r--tools/run_tests/tests.json18
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 42942e4e0c..40e79b5dfa 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -150,6 +150,20 @@
],
"headers": [],
"language": "c",
+ "name": "endpoint_pair_test",
+ "src": [
+ "test/core/iomgr/endpoint_pair_test.c"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "language": "c",
"name": "fd_conservation_posix_test",
"src": [
"test/core/iomgr/fd_conservation_posix_test.c"
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index f1c57190af..7dd1dc345c 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -183,6 +183,24 @@
"ci_platforms": [
"linux",
"mac",
+ "posix",
+ "windows"
+ ],
+ "exclude_configs": [],
+ "flaky": false,
+ "language": "c",
+ "name": "endpoint_pair_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "ci_platforms": [
+ "linux",
+ "mac",
"posix"
],
"exclude_configs": [],