//===----------------------------------------------------------------------===// // // This source file is part of the RedisNIO open source project // // Copyright (c) 2019 RedisNIO project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information // See CONTRIBUTORS.txt for the list of RedisNIO project authors // // SPDX-License-Identifier: Apache-2.0 // //===----------------------------------------------------------------------===// import XCTest import RedisNIOTests var tests = [XCTestCaseEntry]() tests += RedisNIOTests.allTests() XCTMain(tests)