OLD | NEW |
---|---|
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "browser_tests_run" | 3 "browser_tests_run", |
4 "sandbox_linux_unittests_run" | |
4 ], | 5 ], |
5 "gtest_tests": [ | 6 "gtest_tests": [ |
6 "browser_tests" | 7 "browser_tests", |
8 "sandbox_linux_unittests" | |
jln (very slow on Chromium)
2014/06/20 00:44:03
Ohh, I forgot: is there a way here to add --test-l
nodir
2014/06/20 01:03:53
Since currently there is no way to pass cmd line a
| |
7 ] | 9 ] |
8 } | 10 } |
OLD | NEW |