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