From 3e9f6fbfab4418a0cb5d421b1525b878856f59f9 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 28 Sep 2024 22:24:12 -0700 Subject: [PATCH] Add ParserTests to testplan. --- Mac.xctestplan | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Mac.xctestplan b/Mac.xctestplan index 0d513f041..81d9056a9 100644 --- a/Mac.xctestplan +++ b/Mac.xctestplan @@ -69,11 +69,19 @@ } }, { - "parallelizable" : true, - "target" : { - "containerPath" : "container:Web", - "identifier" : "WebTests", - "name" : "WebTests" + "parallelizable" : true, + "target" : { + "containerPath" : "container:Web", + "identifier" : "WebTests", + "name" : "WebTests" + } + }, + { + "parallelizable" : true, + "target" : { + "containerPath" : "container:Modules\/Parser", + "identifier" : "ParserTests", + "name" : "ParserTests" } } ],