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",