9 lines
167 B
Swift
9 lines
167 B
Swift
import XCTest
|
|
|
|
#if !canImport(ObjectiveC)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(aerc_contacts_cliTests.allTests),
|
|
]
|
|
}
|
|
#endif
|