Explicitly added testing package
This commit is contained in:
+5
-1
@@ -9,6 +9,7 @@ let package = Package(
|
||||
.executable(name: "SwiftRunnerTesting", targets: ["SwiftRunnerTesting"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/swiftlang/swift-testing", branch: "main"),
|
||||
.package(url: "https://github.com/onevcat/Rainbow", .upToNextMajor(from: "4.0.0"))
|
||||
],
|
||||
targets: [
|
||||
@@ -18,7 +19,10 @@ let package = Package(
|
||||
),
|
||||
.testTarget(
|
||||
name: "SwiftRunnerTestingTests",
|
||||
dependencies: ["SwiftRunnerTesting"]
|
||||
dependencies: [
|
||||
"swift-testing",
|
||||
"SwiftRunnerTesting"
|
||||
]
|
||||
),
|
||||
],
|
||||
swiftLanguageModes: [.v6]
|
||||
|
||||
Reference in New Issue
Block a user