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