Skip to content

Commit

Permalink
Use XCTRuntime shim for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcbeard committed Feb 16, 2024
1 parent 27ba30c commit 02490e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ targets.append(contentsOf: [
dependencies: [
"SwiftGodot",
libgodot_dependency,
"GDExtension"
"GDExtension", "XCTRuntime"
]),

// General purpose runtime dependant tests
Expand Down Expand Up @@ -189,6 +189,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(path: "../XCTRuntime"),
],
targets: targets
)

0 comments on commit 02490e1

Please sign in to comment.