Lightning/Tests/IOStreamTests/XCTestManifests.swift

10 lines
142 B
Swift

import XCTest
#if !os(macOS)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(PipeTests.allTests),
]
}
#endif