Restructured the folder structure of the test target.

This commit is contained in:
2025-01-17 23:23:10 +01:00
parent 04bd2a1160
commit 640683063e
9 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -45,8 +45,10 @@ let package = Package(
), ),
.testTarget( .testTarget(
name: "ColibriTests", name: "ColibriTests",
dependencies: ["ColibriLibrary"], dependencies: [
path: "Tests/Library" .target(name: "ColibriLibrary")
],
path: "Test"
) )
] ]
) )