WebDAV-Swift/Tests/LinuxMain.swift

8 lines
114 B
Swift

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