mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 01:04:05 +01:00
10 lines
156 B
Swift
10 lines
156 B
Swift
import XCTest
|
|
|
|
#if !canImport(ObjectiveC)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(RSCoreTests.allTests),
|
|
]
|
|
}
|
|
#endif
|