mastodon-app-ufficiale-ipho.../MastodonSDK/Tests/MastodonSDKTests/XCTestManifests.swift

10 lines
161 B
Swift
Raw Normal View History

2021-01-22 07:27:37 +01:00
import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(MastodonSDKTests.allTests),
]
}
#endif