Restructured the folder structure of the test target.
This commit is contained in:
parent
04bd2a1160
commit
640683063e
@ -45,8 +45,10 @@ let package = Package(
|
|||||||
),
|
),
|
||||||
.testTarget(
|
.testTarget(
|
||||||
name: "ColibriTests",
|
name: "ColibriTests",
|
||||||
dependencies: ["ColibriLibrary"],
|
dependencies: [
|
||||||
path: "Tests/Library"
|
.target(name: "ColibriLibrary")
|
||||||
|
],
|
||||||
|
path: "Test"
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user