Files

8 lines
120 B
Swift

import ConsumerTests
import XCTest
var tests = [XCTestCaseEntry]()
tests += ConsumerTests.__allTests()
XCTMain(tests)