OLD | NEW |
---|---|
1 [ | 1 [ |
2 { | 2 { |
3 "description": ["These tests will be run on an ARM device, which is fairly", | 3 "description": ["These tests will be run on an ARM device, which is fairly", |
4 "slow, that's why we run a much smaller set of tests.", | 4 "slow, that's why we run a much smaller set of tests.", |
5 "We run NaCl tests specifically because NaCl contains", | 5 "We run NaCl tests specifically because NaCl contains", |
6 "a lot of architecture-specific code"], | 6 "a lot of architecture-specific code"], |
7 "test": "browser_tests", | 7 "test": "browser_tests", |
8 "args": "--gtest-filter='*NaCl*'" | 8 "args": ["--gtest-filter='*NaCl*'"], |
9 "compile_targets": ["browser_tests_run"] | |
Paweł Hajdan Jr.
2014/05/29 16:22:43
Please pull compile_targets out of this dict (just
| |
9 } | 10 } |
10 ] | 11 ] |
OLD | NEW |