Use swift package manager

This commit is contained in:
Victor Bodinaud
2020-03-01 02:07:13 +01:00
parent 963a9b074a
commit 5c83114197
9 changed files with 94 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(BlockchainTests.allTests),
]
}
#endif