From 25ae766103efbe6312c094f0867d341525d732b2 Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 23 Feb 2017 23:01:54 -0800 Subject: [PATCH] Add MB and iOS JSON entries for ortc_unittests. BUG=webrtc:7013 TBR=ehmaldonado@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2706403007 Cr-Commit-Position: refs/heads/master@{#16816} --- tools-webrtc/ios/tests/common_tests.json | 3 +++ tools-webrtc/mb/gn_isolate_map.pyl | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/tools-webrtc/ios/tests/common_tests.json b/tools-webrtc/ios/tests/common_tests.json index c85db66894..6ceb207594 100644 --- a/tools-webrtc/ios/tests/common_tests.json +++ b/tools-webrtc/ios/tests/common_tests.json @@ -16,6 +16,9 @@ { "app": "modules_tests" }, + { + "app": "ortc_unittests" + }, { "app": "rtc_pc_unittests" }, diff --git a/tools-webrtc/mb/gn_isolate_map.pyl b/tools-webrtc/mb/gn_isolate_map.pyl index a6e357e5fa..7ab32ed8b6 100644 --- a/tools-webrtc/mb/gn_isolate_map.pyl +++ b/tools-webrtc/mb/gn_isolate_map.pyl @@ -51,6 +51,10 @@ "label": "//webrtc/modules:modules_unittests", "type": "windowed_test_launcher", }, + "ortc_unittests": { + "label": "//webrtc/ortc:ortc_unittests", + "type": "console_test_launcher", + }, "peerconnection_unittests": { "label": "//webrtc/pc:peerconnection_unittests", "type": "console_test_launcher",