From b1e3fc4515a4d3cfb0078357bf133e90c15db9a2 Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 6 Apr 2017 01:48:37 -0700 Subject: [PATCH] Enable tools_unittests and rtc_stats_unittests on iOS Simulator The tests have been passing for some time, but were never added. BUG=webrtc:5572, webrtc:5566 NOTRY=True Review-Url: https://codereview.webrtc.org/2800813005 Cr-Commit-Position: refs/heads/master@{#17556} --- tools-webrtc/ios/tests/common_tests.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools-webrtc/ios/tests/common_tests.json b/tools-webrtc/ios/tests/common_tests.json index 6ceb207594..9a39bc55e5 100644 --- a/tools-webrtc/ios/tests/common_tests.json +++ b/tools-webrtc/ios/tests/common_tests.json @@ -22,12 +22,18 @@ { "app": "rtc_pc_unittests" }, + { + "app": "rtc_stats_unittests" + }, { "app": "system_wrappers_unittests" }, { "app": "test_support_unittests" }, + { + "app": "tools_unittests" + }, { "app": "voice_engine_unittests" }