diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-05-15 14:20:44 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-05-15 14:20:44 -0700 |
commit | fbac5f17b71cb2fc6b3b8f377dc1b896fdf952e0 (patch) | |
tree | 449c7f89f8aecdfaab61e1fd55df1568e56e0cb3 /tools/run_tests | |
parent | 685f1e625553c5158280761d3b91c8875166f394 (diff) |
Crash handling test
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 e0b7ef16fb..87fb3276ab 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -617,6 +617,15 @@ { "flaky": false, "language": "c++", + "name": "crash_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", "name": "credentials_test", "platforms": [ "windows", |