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