swift-nio-redis/Tests/RedisTests/XCTestManifests.swift

10 lines
141 B
Swift

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