Skip to content

Commit 5396beb

Browse files
authored
Merge pull request #543 from CodaFi/ex-testo-quodlibet
Explicitly link XCTest
2 parents b7aea48 + b4e05be commit 5396beb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ let package = Package(
6565
.target(
6666
name: "IncrementalTestFramework",
6767
dependencies: [ "SwiftDriver", "SwiftOptions", "TestUtilities" ],
68-
path: "Tests/IncrementalTestFramework"),
68+
path: "Tests/IncrementalTestFramework",
69+
linkerSettings: [
70+
.linkedFramework("XCTest", .when(platforms: [.iOS, .macOS, .tvOS, .watchOS]))
71+
]),
6972

7073
.target(
7174
name: "TestUtilities",

0 commit comments

Comments
 (0)