Files
2020-06-22 13:58:52 +03:00

8 lines
140 B
Swift

import XCTest
import ContainerControllerTests
var tests = [XCTestCaseEntry]()
tests += ContainerControllerTests.allTests()
XCTMain(tests)