aerc-contacts-macos/Tests/aerc-contacts-cliTests/XCTestManifests.swift

10 lines
167 B
Swift
Raw Normal View History

2020-07-05 15:31:23 +02:00
import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(aerc_contacts_cliTests.allTests),
]
}
#endif