From ae70a9f0de631d939250aaa03c8cbdf61ee72319 Mon Sep 17 00:00:00 2001 From: fummicc1 Date: Sat, 19 Oct 2024 05:13:03 +0900 Subject: [PATCH] chore: Add test target --- .swiftpm/xcode/Csv2ImgCore.xctestplan | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.swiftpm/xcode/Csv2ImgCore.xctestplan b/.swiftpm/xcode/Csv2ImgCore.xctestplan index 18c9d09..b163d3b 100644 --- a/.swiftpm/xcode/Csv2ImgCore.xctestplan +++ b/.swiftpm/xcode/Csv2ImgCore.xctestplan @@ -12,7 +12,13 @@ }, "testTargets" : [ - + { + "target" : { + "containerPath" : "container:", + "identifier" : "Csv2ImgCoreTests", + "name" : "Csv2ImgCoreTests" + } + } ], "version" : 1 }