From 4fcfdd8ff07b15b99925e92783272871253cf2e4 Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 6 Apr 2017 02:21:45 -0700 Subject: [PATCH] Enable rtc_unittests on iOS simulator The recent change in https://codereview.chromium.org/2780513006 seems to make it possible for us to enable this test. BUG=webrtc:5572, webrtc:5566 NOTRY=True Review-Url: https://codereview.webrtc.org/2799033004 Cr-Commit-Position: refs/heads/master@{#17558} --- tools-webrtc/ios/tests/common_tests.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools-webrtc/ios/tests/common_tests.json b/tools-webrtc/ios/tests/common_tests.json index 9a39bc55e5..f9098ec10b 100644 --- a/tools-webrtc/ios/tests/common_tests.json +++ b/tools-webrtc/ios/tests/common_tests.json @@ -25,6 +25,9 @@ { "app": "rtc_stats_unittests" }, + { + "app": "rtc_unittests" + }, { "app": "system_wrappers_unittests" },