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 { |
11 "app": "common_audio_unittests" | 11 "app": "common_audio_unittests" |
12 }, | 12 }, |
13 { | 13 { |
14 "app": "common_video_unittests" | 14 "app": "common_video_unittests" |
15 }, | 15 }, |
16 { | 16 { |
17 "app": "modules_tests" | 17 "app": "modules_tests" |
18 }, | 18 }, |
19 { | 19 { |
| 20 "app": "modules_unittests" |
| 21 }, |
| 22 { |
| 23 "app": "ortc_unittests" |
| 24 }, |
| 25 { |
| 26 "app": "rtc_media_unittests" |
| 27 }, |
| 28 { |
20 "app": "rtc_pc_unittests" | 29 "app": "rtc_pc_unittests" |
21 }, | 30 }, |
22 { | 31 { |
23 "app": "rtc_stats_unittests" | 32 "app": "rtc_stats_unittests" |
24 }, | 33 }, |
25 { | 34 { |
| 35 "app": "rtc_unittests" |
| 36 }, |
| 37 { |
26 "app": "system_wrappers_unittests" | 38 "app": "system_wrappers_unittests" |
27 }, | 39 }, |
28 { | 40 { |
29 "app": "test_support_unittests" | 41 "app": "test_support_unittests" |
30 }, | 42 }, |
31 { | 43 { |
32 "app": "tools_unittests" | 44 "app": "tools_unittests" |
33 }, | 45 }, |
34 { | 46 { |
35 "app": "voice_engine_unittests" | 47 "app": "voice_engine_unittests" |
| 48 }, |
| 49 { |
| 50 "app": "webrtc_nonparallel_tests" |
36 } | 51 } |
37 ] | 52 ] |
38 } | 53 } |
OLD | NEW |