diff options
author | Craig Tiller <ctiller@google.com> | 2015-04-13 10:10:07 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-04-13 10:10:07 -0700 |
commit | d180e03d2015e050f2ab9149ced59ea4ba303c70 (patch) | |
tree | bbac3795951f25353a8b6d2b117f86c0f2ddeb20 /tools | |
parent | 0a949988260e39222e243f9e8c348cbb7cb1a06a (diff) |
Update build files
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 520405b96a..cb379863f1 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -318,6 +318,24 @@ { "flaky": false, "language": "c", + "name": "gpr_tls_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", + "name": "gpr_useful_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "grpc_base64_test", "platforms": [ "windows", |