diff options
Diffstat (limited to 'Tests/DDHotKeyTests/DDHotKeyTests.swift')
| -rw-r--r-- | Tests/DDHotKeyTests/DDHotKeyTests.swift | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Tests/DDHotKeyTests/DDHotKeyTests.swift b/Tests/DDHotKeyTests/DDHotKeyTests.swift new file mode 100644 index 0000000..5e523af --- /dev/null +++ b/Tests/DDHotKeyTests/DDHotKeyTests.swift @@ -0,0 +1,18 @@ +import XCTest +import Carbon +@testable import DDHotKey + +final class DDHotKeyTests: XCTestCase { + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct + // results. + let s = string(for: kVK_ANSI_A) + print("\(s)") + } + + static var allTests = [ + ("testExample", testExample), + ] +} |
