WTV/Tests/LinuxMain.swift

8 lines
108 B
Swift

import XCTest
import WTVTests
var tests = [XCTestCaseEntry]()
tests += WTVTests.allTests()
XCTMain(tests)