aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-11 14:01:10 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-11 14:01:10 -0800
commit65af7af148671c123ecdba66fcf8265945d1dfcd (patch)
tree85b6e6adbb57ec149007e076a133b432a76de275 /tools
parent420effac80564a62774c27f51caaebfcaa072a99 (diff)
parent14bdea1853a2beeabdff312dff32f066655001a4 (diff)
Merge pull request #4405 from yang-g/fixit_server_c
add tests for public server apis
Diffstat (limited to 'tools')
-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 3a8bb8d54f..ad651b34fe 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -981,6 +981,20 @@
"gpr",
"gpr_test_util",
"grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "language": "c",
+ "name": "server_test",
+ "src": [
+ "test/core/surface/server_test.c"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
"grpc_test_util",
"test_tcp_server"
],
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index bf12a2397b..22987a2ffe 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -1125,6 +1125,24 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
+ "name": "server_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "exclude_configs": [],
+ "flaky": false,
+ "language": "c",
"name": "set_initial_connect_string_test",
"platforms": [
"linux",