diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift deleted file mode 100644 index 7f00cf7..0000000 --- a/Tests/LinuxMain.swift +++ /dev/null @@ -1,7 +0,0 @@ -import XCTest - -import OsirisTests - -var tests = [XCTestCaseEntry]() -tests += OsirisTests.allTests() -XCTMain(tests) diff --git a/Tests/OsirisTests/XCTestManifests.swift b/Tests/OsirisTests/XCTestManifests.swift deleted file mode 100644 index 77fd9ce..0000000 --- a/Tests/OsirisTests/XCTestManifests.swift +++ /dev/null @@ -1,9 +0,0 @@ -import XCTest - -#if !canImport(ObjectiveC) -public func allTests() -> [XCTestCaseEntry] { - return [ - testCase(MultipartFormEncoderTests.allTests), - ] -} -#endif