iOS: Add resource files for tests and implement OutputPath

With this change the following tests have been successfully
passing in the iOS Simulator for iPhone 5 and iOS 9:
* audio_decoder_unittests
* common_video_unittests
* modules_tests
* rtc_api_objc_tests
* rtc_pc_unittests
* system_wrappers_unittests
* voice_engine_unittests

The modules_unittests and common_audio_unittests are
handled in https://codereview.webrtc.org/1698033002/

BUG=webrtc:4755
NOTRY=True

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

Cr-Commit-Position: refs/heads/master@{#11646}
This commit is contained in:
kjellander
2016-02-16 22:06:12 -08:00
committed by Commit bot
parent 85d8bb025a
commit 0206000a66
14 changed files with 107 additions and 13 deletions

View File

@ -21,7 +21,7 @@ DEFINE_int32(width, 352, "Width in pixels of the frames in the input file.");
DEFINE_int32(height, 288, "Height in pixels of the frames in the input file.");
DEFINE_int32(rtt, 0, "RTT (round-trip time), in milliseconds.");
DEFINE_string(input_filename,
webrtc::test::ProjectRootPath() + "/resources/foreman_cif.yuv",
webrtc::test::ResourcePath("foreman_cif", "yuv"),
"Input file.");
DEFINE_string(output_filename,
webrtc::test::OutputPath() +