NPOKit/Tests/LinuxMain.swift

7 lines
92 B
Swift

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