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