diff options
author | yang-g <yangg@google.com> | 2015-12-07 15:46:49 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-12-07 15:46:49 -0800 |
commit | a1fecbceb55ad8b3f0e97a88ef3b228152826877 (patch) | |
tree | 5bf71b51d9d54dec65d3059652bef1cfe513c898 /tools/run_tests | |
parent | 7c090f8215b692ff90dbc287db2318dda355de1d (diff) |
generate projects
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 14 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 18 |
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 2325a6beb2..1ed43732ed 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -557,6 +557,20 @@ ], "headers": [], "language": "c", + "name": "grpc_invalid_channel_args_test", + "src": [ + "test/core/surface/invalid_channel_args_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "grpc_json_token_test", "src": [ "test/core/security/json_token_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 13967f7f84..11c99261a0 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -643,6 +643,24 @@ "ci_platforms": [ "linux", "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "grpc_invalid_channel_args_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", "posix" ], "exclude_configs": [], |