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(
|
.testTarget(
|
||||||
name: "AmiiboServiceTests",
|
name: "AmiiboServiceTests",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
"AmiiboService"
|
"AmiiboService",
|
||||||
|
.product(name: "SwiftLibs", package: "swift-libs")
|
||||||
],
|
],
|
||||||
path: "Tests"
|
path: "Tests"
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user