mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-05-01 04:54:26 +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)
|