webrtc_m130/tools_webrtc/ios/tests/common_tests.json
Mirko Bonadei 2558c4e938 Remove ortc folder.
Since it is currently unused and not actively maintained, code under
ortc/ will be deleted by this CL.

Bug: webrtc:9824
Change-Id: I20f890b1a1e5e1dbd2b3949af916ae0a6bc8a032
Reviewed-on: https://webrtc-review.googlesource.com/c/102601
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25082}
2018-10-10 09:06:57 +00:00

62 lines
953 B
JSON

{
"tests": [
{
"app": "apprtcmobile_tests",
"xctest": true
},
{
"app": "sdk_unittests",
"xctest": true
},
{
"app": "sdk_framework_unittests",
"xctest": true
},
{
"app": "audio_decoder_unittests"
},
{
"app": "common_audio_unittests"
},
{
"app": "common_video_unittests"
},
{
"app": "modules_tests"
},
{
"app": "modules_unittests"
},
{
"app": "rtc_media_unittests"
},
{
"app": "rtc_pc_unittests"
},
{
"app": "rtc_stats_unittests"
},
{
"app": "rtc_unittests"
},
{
"app": "system_wrappers_unittests"
},
{
"app": "test_support_unittests"
},
{
"app": "tools_unittests"
},
{
"app": "video_capture_tests"
},
{
"app": "video_engine_tests"
},
{
"app": "webrtc_nonparallel_tests"
}
]
}