c20e8e2d4c
* Added check for os(Linux) * Sources adopted to Swift Linux Compiler v5.0 * Added Docker configuration to be used for Linux builds. * Renamed Script. * Docker configuration update. * Fixes Linux compile errors. * Nicification.
8 lines
147 B
Swift
8 lines
147 B
Swift
import XCTest
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
|
|
// FIXME: Run on macOS `swift test --generate-linuxmain` and maintain Linux Tests.
|
|
|
|
XCTMain(tests)
|