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,7 @@
import XCTest
import BlockchainTests
var tests = [XCTestCaseEntry]()
tests += BlockchainTests.allTests()
XCTMain(tests)