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