OLD | NEW |
1 { | 1 { |
2 "tests": [ | 2 "tests": [ |
3 { | 3 { |
4 "app": "apprtcmobile_tests", | 4 "app": "apprtcmobile_tests", |
5 "xctest": true | 5 "xctest": true |
6 }, | 6 }, |
7 { | 7 { |
8 "app": "audio_decoder_unittests" | 8 "app": "audio_decoder_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 18 matching lines...) Expand all Loading... |
29 "app": "test_support_unittests" | 29 "app": "test_support_unittests" |
30 }, | 30 }, |
31 { | 31 { |
32 "app": "tools_unittests" | 32 "app": "tools_unittests" |
33 }, | 33 }, |
34 { | 34 { |
35 "app": "voice_engine_unittests" | 35 "app": "voice_engine_unittests" |
36 } | 36 } |
37 ] | 37 ] |
38 } | 38 } |
OLD | NEW |