swiftygfx/Tests/SwiftyGFXTests/XCTestManifests.swift

12 lines
161 B
Swift

import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(SwiftyGFXTests.allTests),
]
}
#endif