diff options
| author | Dave DeLong | 2019-08-29 19:28:24 -0600 |
|---|---|---|
| committer | Dave DeLong | 2019-08-29 19:28:24 -0600 |
| commit | 605ad85dca9803c36364380a3b8c8cae0866f349 (patch) | |
| tree | f03622b6da8b5e706b756278dc64b83e09fa7cad /Tests/LinuxMain.swift | |
| parent | e0481f648e0bc7e55d183622b00510b6721152d8 (diff) | |
| download | DDHotKey-605ad85dca9803c36364380a3b8c8cae0866f349.tar.bz2 | |
Starting to convert to Swift
Diffstat (limited to 'Tests/LinuxMain.swift')
| -rw-r--r-- | Tests/LinuxMain.swift | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift new file mode 100644 index 0000000..ebc7760 --- /dev/null +++ b/Tests/LinuxMain.swift @@ -0,0 +1,7 @@ +import XCTest + +import DDHotKeyTests + +var tests = [XCTestCaseEntry]() +tests += DDHotKeyTests.allTests() +XCTMain(tests) |
