aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-17 11:24:15 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-17 11:24:15 -0800
commit35108f65279cb46c2948dd5c8a57867f3206620d (patch)
tree996b4d0733664de993e1f32f651b2257263f1fee /tools
parent44f77a3eb34e8d8f0802e87bf86bf62a29aeaf18 (diff)
Allow grpc_init to be called multiple times
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/tests.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 30b0da4a1d..2b3e6702c5 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -215,6 +215,10 @@
},
{
"language": "c",
+ "name": "multi_init_test"
+ },
+ {
+ "language": "c",
"name": "murmur_hash_test"
},
{
@@ -279,23 +283,23 @@
},
{
"language": "c++",
- "name": "status_test"
+ "name": "pubsub_publisher_test"
},
{
"language": "c++",
- "name": "sync_client_async_server_test"
+ "name": "pubsub_subscriber_test"
},
{
"language": "c++",
- "name": "thread_pool_test"
+ "name": "status_test"
},
{
"language": "c++",
- "name": "pubsub_publisher_test"
+ "name": "sync_client_async_server_test"
},
{
"language": "c++",
- "name": "pubsub_subscriber_test"
+ "name": "thread_pool_test"
},
{
"language": "c",