PromiseKit/Tests/LinuxMain.swift
2019-04-07 13:01:20 -04:00

11 lines
152 B
Swift

import XCTest
import A_
import CorePromise
var tests = [XCTestCaseEntry]()
tests += A_.__allTests()
tests += CorePromise.__allTests()
XCTMain(tests)