GHKit/Tests/LinuxMain.swift

7 lines
90 B
Swift

import XCTest
@testable import GHKitTests
XCTMain([
testCase(GHKitTests.allTests)
])