diff options
author | yang-g <yangg@google.com> | 2015-12-07 11:22:51 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-12-07 11:22:51 -0800 |
commit | 077f6f80f0b549b1a78f5605ca1f513fcc062dd3 (patch) | |
tree | bbc5443680904118399d2e4bb9df9682bd61b060 /tools/run_tests | |
parent | b67ef24d776fcc2a0b75ca4c85f58be762d0c68d (diff) |
some tests
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 df19892435..0a076bbf9e 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": "invalid_call_argument_test", + "src": [ + "test/core/end2end/invalid_call_argument_test.c" + ] + }, + { + "deps": [ + "gpr", "grpc" ], "headers": [], diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 179b078263..3358898b09 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -789,6 +789,24 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "invalid_call_argument_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "json_rewrite_test", "platforms": [ "linux", |