From 386a2d88a548faeb53768afd2ed67ddb29cfdf26 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Tue, 3 Oct 2017 13:47:40 +0200 Subject: [PATCH] Run apprtcmobile_tests on real devices. NOTRY=True Bug: webrtc:8316 Change-Id: I30f2797d0fa04c9c20ffcf4d32689160481c1594 Reviewed-on: https://webrtc-review.googlesource.com/5880 Commit-Queue: Edward Lemur Reviewed-by: Henrik Kjellander Cr-Commit-Position: refs/heads/master@{#20111} --- tools_webrtc/ios/tests/real_device_tests.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools_webrtc/ios/tests/real_device_tests.json b/tools_webrtc/ios/tests/real_device_tests.json index 11341f8506..bf91a32e1b 100644 --- a/tools_webrtc/ios/tests/real_device_tests.json +++ b/tools_webrtc/ios/tests/real_device_tests.json @@ -1,5 +1,9 @@ { "tests": [ + { + "app": "apprtcmobile_tests", + "xctest": true + }, { "app": "common_audio_unittests" },