8 lines
136 B
Swift
8 lines
136 B
Swift
|
import XCTest
|
||
|
|
||
|
import aerc_contacts_cliTests
|
||
|
|
||
|
var tests = [XCTestCaseEntry]()
|
||
|
tests += aerc_contacts_cliTests.allTests()
|
||
|
XCTMain(tests)
|