import XCTest
import Tests
var tests = [XCTestCaseEntry]()
tests += Tests.__allTests()
XCTMain(tests)