8 lines
140 B
Swift
8 lines
140 B
Swift
import XCTest
|
|
|
|
import ContainerControllerTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += ContainerControllerTests.allTests()
|
|
XCTMain(tests)
|