Skip to content

Commit

Permalink
Also check build=test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 20, 2015
1 parent 5f9d615 commit 04ab715
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
1 change: 1 addition & 0 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@
"name": "grpc_completion_queue_benchmark",
"build": "benchmark",
"language": "c",
"run": false,
"src": [
"test/core/surface/completion_queue_benchmark.c"
],
Expand Down
2 changes: 1 addition & 1 deletion templates/tools/run_tests/tests.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import json

${json.dumps([{"name": tgt.name, "language": tgt.language}
for tgt in targets
if tgt.get('run', True)],
if tgt.get('run', True) and tgt.build == 'test'],
sort_keys=True, indent=2)}

36 changes: 0 additions & 36 deletions tools/run_tests/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,10 @@
"language": "c",
"name": "census_statistics_small_log_test"
},
{
"language": "c",
"name": "census_stats_store_test"
},
{
"language": "c",
"name": "census_stub_test"
},
{
"language": "c",
"name": "census_trace_store_test"
},
{
"language": "c",
"name": "census_window_stats_test"
Expand Down Expand Up @@ -97,10 +89,6 @@
"language": "c",
"name": "fling_test"
},
{
"language": "c",
"name": "gen_hpack_tables"
},
{
"language": "c",
"name": "gpr_cancellable_test"
Expand Down Expand Up @@ -169,10 +157,6 @@
"language": "c",
"name": "grpc_channel_stack_test"
},
{
"language": "c",
"name": "grpc_completion_queue_benchmark"
},
{
"language": "c",
"name": "grpc_completion_queue_test"
Expand All @@ -181,10 +165,6 @@
"language": "c",
"name": "grpc_credentials_test"
},
{
"language": "c",
"name": "grpc_fetch_oauth2"
},
{
"language": "c",
"name": "grpc_json_token_test"
Expand Down Expand Up @@ -225,10 +205,6 @@
"language": "c",
"name": "lame_client_test"
},
{
"language": "c",
"name": "low_level_ping_pong_benchmark"
},
{
"language": "c",
"name": "message_compress_test"
Expand Down Expand Up @@ -309,18 +285,6 @@
"language": "c++",
"name": "end2end_test"
},
{
"language": "c++",
"name": "grpc_cpp_plugin"
},
{
"language": "c++",
"name": "grpc_python_plugin"
},
{
"language": "c++",
"name": "grpc_ruby_plugin"
},
{
"language": "c++",
"name": "pubsub_publisher_test"
Expand Down

0 comments on commit 04ab715

Please sign in to comment.