Disks/Tests/DisksTests/XCTestManifests.swift

11 lines
198 B
Swift

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