1 2 3 4 5 6 7
import XCTest import DDHotKeyTests var tests = [XCTestCaseEntry]() tests += DDHotKeyTests.allTests() XCTMain(tests)