summaryrefslogtreecommitdiffstats
path: root/Tests/DDHotKeyTests/DDHotKeyTests.swift
blob: 5e523afadd4037f25bbbfcdcc0295452a91e1e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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),
    ]
}