omnivore/apple/OmnivoreKit/Tests/AppTests/XCTestManifests.swift
2022-02-24 15:07:32 -08:00

9 lines
147 B
Swift

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