slchat/Tests/LinuxMain.swift

12 lines
235 B
Swift

#if os(Linux)
import XCTest
@testable import SLChatTests
XCTMain([
testCase(testSLClient.allTests),
testCase(testSLConnection.allTests),
testCase(testSLMessage.allTests),
testCase(testSLService.allTests),
])
#endif