From 077f6f80f0b549b1a78f5605ca1f513fcc062dd3 Mon Sep 17 00:00:00 2001 From: yang-g Date: Mon, 7 Dec 2015 11:22:51 -0800 Subject: some tests --- tools/run_tests/sources_and_headers.json | 14 ++++++++++++++ tools/run_tests/tests.json | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) (limited to 'tools/run_tests') 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 @@ -688,6 +688,20 @@ "test/core/httpcli/httpcli_test.c" ] }, + { + "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", 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 @@ -779,6 +779,24 @@ "posix" ] }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "invalid_call_argument_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, { "ci_platforms": [ "linux", -- cgit v1.2.3