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