import ConsumerTests import XCTest var tests = [XCTestCaseEntry]() tests += ConsumerTests.__allTests() XCTMain(tests)