9 lines
113 B
Swift
9 lines
113 B
Swift
import XCTest
|
|
|
|
import PathTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += PathTests.__allTests()
|
|
|
|
XCTMain(tests)
|