mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-14 13:13:28 +01:00
8 lines
120 B
Swift
Executable File
8 lines
120 B
Swift
Executable File
import XCTest
|
|
|
|
import SplitViewTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += SplitViewTests.allTests()
|
|
XCTMain(tests)
|