| OLD | NEW |
| 1 { | 1 { |
| 2 "tests": [ | 2 "tests": [ |
| 3 { | 3 { |
| 4 "app": "audio_decoder_unittests" | 4 "app": "audio_decoder_unittests" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "app": "common_audio_unittests" | 7 "app": "common_audio_unittests" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "app": "common_video_unittests" | 10 "app": "common_video_unittests" |
| 11 }, | 11 }, |
| 12 { | 12 { |
| 13 "app": "modules_tests" | 13 "app": "modules_tests" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "app": "modules_unittests" | |
| 17 }, | |
| 18 { | |
| 19 "app": "rtc_api_objc_tests" | 16 "app": "rtc_api_objc_tests" |
| 20 }, | 17 }, |
| 21 { | 18 { |
| 22 "app": "rtc_pc_unittests" | 19 "app": "rtc_pc_unittests" |
| 23 }, | 20 }, |
| 24 { | 21 { |
| 25 "app": "system_wrappers_unittests" | 22 "app": "system_wrappers_unittests" |
| 26 }, | 23 }, |
| 27 { | 24 { |
| 28 "app": "voice_engine_unittests" | 25 "app": "voice_engine_unittests" |
| 29 } | 26 } |
| 30 ] | 27 ] |
| 31 } | 28 } |
| OLD | NEW |