| 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": "ortc_unittests" | 20 "app": "ortc_unittests" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "app": "rtc_pc_unittests" | 23 "app": "rtc_pc_unittests" |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 "app": "rtc_stats_unittests" |
| 27 }, |
| 28 { |
| 26 "app": "system_wrappers_unittests" | 29 "app": "system_wrappers_unittests" |
| 27 }, | 30 }, |
| 28 { | 31 { |
| 29 "app": "test_support_unittests" | 32 "app": "test_support_unittests" |
| 30 }, | 33 }, |
| 31 { | 34 { |
| 35 "app": "tools_unittests" |
| 36 }, |
| 37 { |
| 32 "app": "voice_engine_unittests" | 38 "app": "voice_engine_unittests" |
| 33 } | 39 } |
| 34 ] | 40 ] |
| 35 } | 41 } |
| OLD | NEW |