webrtc_m130/webrtc/build/ios/tests/common_tests.json
tkchin 9eeb6240c9 Build dynamic iOS SDK.
- Places most ObjC code into webrtc/sdk/objc instead.
- New gyp targets to build, strip and export symbols for dylib.
- Removes old script used to generate dylib.

BUG=

Review URL: https://codereview.webrtc.org/1903663002

Cr-Commit-Position: refs/heads/master@{#12524}
2016-04-27 08:54:27 +00:00

29 lines
428 B
JSON

{
"tests": [
{
"app": "audio_decoder_unittests"
},
{
"app": "common_audio_unittests"
},
{
"app": "common_video_unittests"
},
{
"app": "modules_tests"
},
{
"app": "rtc_sdk_peerconnection_objc_tests"
},
{
"app": "rtc_pc_unittests"
},
{
"app": "system_wrappers_unittests"
},
{
"app": "voice_engine_unittests"
}
]
}