NumericAnnex/Tests/LinuxMain.swift

11 lines
256 B
Swift

import XCTest
@testable import NumericAnnexTests
XCTMain([
testCase(FactoringTests.allTests),
testCase(RationalTests.allTests),
testCase(ComplexTests.allTests),
testCase(RandomXorshiftTests.allTests),
testCase(RandomXoroshiroTests.allTests),
])