mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-17 06:26:48 +01:00
10 lines
159 B
Swift
Executable File
10 lines
159 B
Swift
Executable File
import XCTest
|
|
|
|
#if !canImport(ObjectiveC)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(SplitViewTests.allTests),
|
|
]
|
|
}
|
|
#endif
|