OLD | NEW |
---|---|
1 [ | 1 { |
2 { | 2 "compile_targets": [ |
3 "description": ["These tests will be run on an ARM device, which is fairly", | 3 "browser_tests_run" |
4 "slow, that's why we run a much smaller set of tests.", | 4 ], |
5 "We run NaCl tests specifically because NaCl contains", | 5 "gtest_tests": [ |
6 "a lot of architecture-specific code"], | 6 "browser_tests" |
7 "test": "browser_tests", | 7 ] |
8 "args": "--gtest-filter='*NaCl*'" | 8 } |
9 } | |
10 ] | |
OLD | NEW |