Package target setup (#1)

This PR contains the work done to setup the *executable*, *library*, and *test* targets for the Swift package. In addition, some boilerplate code has been removed.

Reviewed-on: #1
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #1.
This commit is contained in:
2025-01-27 23:38:34 +00:00
committed by Javier Cicchelli
parent b2c911d165
commit d0d47d280d
5 changed files with 53 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
import Testing
struct ColibriLibraryTests {}