import XCTest import BlockchainTests var tests = [XCTestCaseEntry]() tests += BlockchainTests.allTests() XCTMain(tests)