Closed funkenstrahlen closed 7 years ago
I added the tests to Package.swift
and confirmed it works with swift test
.
It still has problems building on linux though. It can't find LinuxMain.swift
even though it is actually there. To be honest: I do not know how to fix that.
I updated the
Package.swift
file to work with swift 4 package manager toolchain.What's new in Swift 4 package manager: https://swift.org/blog/swift-package-manager-manifest-api-redesign/
Still open to do: Add test targets to
Package.swift
. I did not do this because I am not sure how you want to handle this.