DescriptionFix running unittests on iOS simulator
WebRTC's unittest_main does not display anything on the screen of the device, so iOS would kill the application after 20 seconds because it's "frozen".
So a different 'main' function is used here, one that references test_support_ios.mm which displays a dummy label while tests run.
BUG=webrtc:7161
Patch Set 1 #Patch Set 2 : Add dependencies #Patch Set 3 : Rebase #Patch Set 4 : Also fix test:test_main #Patch Set 5 : Undo adding webrtc_nonparallel_tests. Flakes to be fixed separately #Patch Set 6 : Rebase #
Messages
Total messages: 23 (21 generated)
|