aerc-contacts-macos/Tests/LinuxMain.swift

8 lines
136 B
Swift
Raw Normal View History

2020-07-05 15:31:23 +02:00
import XCTest
import aerc_contacts_cliTests
var tests = [XCTestCaseEntry]()
tests += aerc_contacts_cliTests.allTests()
XCTMain(tests)