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