diff options
author | murgatroid99 <mlumish@google.com> | 2016-02-03 09:47:35 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-02-03 09:47:35 -0800 |
commit | 41a9e83360b937e1a4256ed2511c97f9fc9836ab (patch) | |
tree | d334f48ce27eb13f48f233fe49379352849bd232 /tools/run_tests/tests.json | |
parent | 673f65be1430c609a29a9310d71929f79184d97e (diff) | |
parent | 6b4ec07ec9028e6c4727a3f1b83a166087d44f11 (diff) |
Merged from master
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index fdfdc1b271..a23a340b6c 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -13,6 +13,26 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "alarm_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "algorithm_test", "platforms": [ "linux", |