Added the SwiftLibs package as a dependency to the test target in the Package file.
This commit is contained in:
parent
81e87e4be1
commit
ac9248b21d
@ -32,7 +32,8 @@ let package = Package(
|
||||
.testTarget(
|
||||
name: "AmiiboServiceTests",
|
||||
dependencies: [
|
||||
"AmiiboService"
|
||||
"AmiiboService",
|
||||
.product(name: "SwiftLibs", package: "swift-libs")
|
||||
],
|
||||
path: "Tests"
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user