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