aerc-contacts-macos/Tests/LinuxMain.swift
2020-07-05 15:31:23 +02:00

8 lines
136 B
Swift

import XCTest
import aerc_contacts_cliTests
var tests = [XCTestCaseEntry]()
tests += aerc_contacts_cliTests.allTests()
XCTMain(tests)