Files
SwiftChain/Tests/LinuxMain.swift
2020-03-01 02:23:06 +01:00

8 lines
122 B
Swift

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