carton/Tests/CartonTests/XCTestManifests.swift

10 lines
141 B
Swift

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