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