carton/Tests/LinuxMain.swift

7 lines
113 B
Swift

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