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

10 lines
139 B
Swift

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