aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-12-07 16:02:05 -0800
committerGravatar yang-g <yangg@google.com>2015-12-07 16:02:05 -0800
commitf1183300ce40c957fc9010e8513c15a15d11afd4 (patch)
tree195c0edb3f31b58c2408833e494ce57cf283e738 /tools/run_tests
parentfc4399411cfeb86bf6e29c2067cb8ddc352c3e25 (diff)
add test for global plugin
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/sources_and_headers.json28
-rw-r--r--tools/run_tests/tests.json12
2 files changed, 20 insertions, 20 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 2325a6beb2..28f6ae50a0 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -691,6 +691,20 @@
{
"deps": [
"gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "language": "c",
+ "name": "init_test",
+ "src": [
+ "test/core/surface/init_test.c"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
"grpc"
],
"headers": [],
@@ -793,20 +807,6 @@
],
"headers": [],
"language": "c",
- "name": "multi_init_test",
- "src": [
- "test/core/surface/multi_init_test.c"
- ]
- },
- {
- "deps": [
- "gpr",
- "gpr_test_util",
- "grpc",
- "grpc_test_util"
- ],
- "headers": [],
- "language": "c",
"name": "multiple_server_queues_test",
"src": [
"test/core/end2end/multiple_server_queues_test.c"
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 13967f7f84..d57a12ee8a 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -789,7 +789,7 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
- "name": "json_rewrite_test",
+ "name": "init_test",
"platforms": [
"linux",
"mac",
@@ -807,7 +807,7 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
- "name": "json_test",
+ "name": "json_rewrite_test",
"platforms": [
"linux",
"mac",
@@ -825,7 +825,7 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
- "name": "lame_client_test",
+ "name": "json_test",
"platforms": [
"linux",
"mac",
@@ -843,7 +843,7 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
- "name": "lb_policies_test",
+ "name": "lame_client_test",
"platforms": [
"linux",
"mac",
@@ -861,7 +861,7 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
- "name": "message_compress_test",
+ "name": "lb_policies_test",
"platforms": [
"linux",
"mac",
@@ -879,7 +879,7 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
- "name": "multi_init_test",
+ "name": "message_compress_test",
"platforms": [
"linux",
"mac",