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