This enables tighter integration with XCode tooling and is a prereq for adding UI tests. BUG=webrtc:7150 Review-Url: https://codereview.webrtc.org/2697603002 Cr-Commit-Position: refs/heads/master@{#16609}
33 lines
486 B
JSON
33 lines
486 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"app": "apprtcmobile_tests",
|
|
"xctest": true
|
|
},
|
|
{
|
|
"app": "audio_decoder_unittests"
|
|
},
|
|
{
|
|
"app": "common_audio_unittests"
|
|
},
|
|
{
|
|
"app": "common_video_unittests"
|
|
},
|
|
{
|
|
"app": "modules_tests"
|
|
},
|
|
{
|
|
"app": "rtc_pc_unittests"
|
|
},
|
|
{
|
|
"app": "system_wrappers_unittests"
|
|
},
|
|
{
|
|
"app": "test_support_unittests"
|
|
},
|
|
{
|
|
"app": "voice_engine_unittests"
|
|
}
|
|
]
|
|
}
|