mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove obsolete LinuxMain.swift files.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import XCTest
|
||||
|
||||
import AccountTests
|
||||
|
||||
var tests = [XCTestCaseEntry]()
|
||||
tests += AccountTests.allTests()
|
||||
XCTMain(tests)
|
||||
@@ -1,7 +0,0 @@
|
||||
import XCTest
|
||||
|
||||
import RSCoreTests
|
||||
|
||||
var tests = [XCTestCaseEntry]()
|
||||
tests += RSCoreTests.allTests()
|
||||
XCTMain(tests)
|
||||
@@ -1,7 +0,0 @@
|
||||
import XCTest
|
||||
|
||||
import RSParserTests
|
||||
|
||||
var tests = [XCTestCaseEntry]()
|
||||
tests += RSParserTests.allTests()
|
||||
XCTMain(tests)
|
||||
Reference in New Issue
Block a user