mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
8 lines
118 B
Swift
8 lines
118 B
Swift
import XCTest
|
|
|
|
import NIORedisTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += NIORedisTests.allTests()
|
|
XCTMain(tests)
|