mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-30 14:12:31 +02:00
Add projects
This commit is contained in:
9
Examples/SplitView/Tests/SplitViewTests/XCTestManifests.swift
Executable file
9
Examples/SplitView/Tests/SplitViewTests/XCTestManifests.swift
Executable file
@@ -0,0 +1,9 @@
|
||||
import XCTest
|
||||
|
||||
#if !canImport(ObjectiveC)
|
||||
public func allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(SplitViewTests.allTests),
|
||||
]
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user