mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-30 12:34:20 +02: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)
|