carton/Tests/LinuxMain.swift

7 lines
113 B
Swift
Raw Normal View History

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