gh-XcodesOrg-XcodesApp/Xcodes/AppleAPI/Tests/AppleAPITests/XCTestManifests.swift
2020-11-24 21:11:25 -07:00

9 lines
158 B
Swift

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