summaryrefslogtreecommitdiffstats
path: root/Tests/LinuxMain.swift
blob: ebc7760b13656aea4257c3f43f54fe7d278be47b (plain)
1
2
3
4
5
6
7
import XCTest

import DDHotKeyTests

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