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