From f1183300ce40c957fc9010e8513c15a15d11afd4 Mon Sep 17 00:00:00 2001 From: yang-g Date: Mon, 7 Dec 2015 16:02:05 -0800 Subject: add test for global plugin --- tools/run_tests/sources_and_headers.json | 28 ++++++++++++++-------------- tools/run_tests/tests.json | 12 ++++++------ 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'tools/run_tests') 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 @@ -688,6 +688,20 @@ "test/core/httpcli/httpcli_test.c" ] }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", + "name": "init_test", + "src": [ + "test/core/surface/init_test.c" + ] + }, { "deps": [ "gpr", @@ -784,20 +798,6 @@ "test/core/compression/message_compress_test.c" ] }, - { - "deps": [ - "gpr", - "gpr_test_util", - "grpc", - "grpc_test_util" - ], - "headers": [], - "language": "c", - "name": "multi_init_test", - "src": [ - "test/core/surface/multi_init_test.c" - ] - }, { "deps": [ "gpr", 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", -- cgit v1.2.3