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