diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-06-05 17:17:03 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-06-05 17:17:03 -0700 |
commit | 4ac6b88a13e1356ad962f867e1a11ecae214560b (patch) | |
tree | e5ddee4e1e1fd0928da3d8bb1c90a7204e568547 /tools/run_tests | |
parent | 6f61e9542da0cb5a878814ddcae1b2b58b34c8ac (diff) | |
parent | b5075e3754954c6644ee6b54b9755c38cec3902f (diff) |
Merge pull request #1955 from ctiller/critical-code-needs-at-least-some-sort-of-test
Add working tests for httpcli
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 4aafdea46f..7a38e03f81 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -351,6 +351,15 @@ { "flaky": false, "language": "c", + "name": "httpcli_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "json_rewrite_test", "platforms": [ "windows", |