diff --git a/Account/Tests/LinuxMain.swift b/Account/Tests/LinuxMain.swift deleted file mode 100644 index 4b4b70c69..000000000 --- a/Account/Tests/LinuxMain.swift +++ /dev/null @@ -1,7 +0,0 @@ -import XCTest - -import AccountTests - -var tests = [XCTestCaseEntry]() -tests += AccountTests.allTests() -XCTMain(tests) diff --git a/RSCore/Tests/LinuxMain.swift b/RSCore/Tests/LinuxMain.swift deleted file mode 100644 index d8e849d67..000000000 --- a/RSCore/Tests/LinuxMain.swift +++ /dev/null @@ -1,7 +0,0 @@ -import XCTest - -import RSCoreTests - -var tests = [XCTestCaseEntry]() -tests += RSCoreTests.allTests() -XCTMain(tests) diff --git a/RSParser/Tests/LinuxMain.swift b/RSParser/Tests/LinuxMain.swift deleted file mode 100644 index 93c8b6db7..000000000 --- a/RSParser/Tests/LinuxMain.swift +++ /dev/null @@ -1,7 +0,0 @@ -import XCTest - -import RSParserTests - -var tests = [XCTestCaseEntry]() -tests += RSParserTests.allTests() -XCTMain(tests)