Files
Euler/Tests/LinuxMain.swift
Arthur Guiot 874107217c Improved Polynomial object
Signed-off-by: Arthur Guiot <arguiot@gmail.com>
2020-05-18 17:02:44 -04:00

12 lines
322 B
Swift

import XCTest
@testable import EulerTests
XCTMain([
testCase(BigIntTests.allTests),
testCase(BigDoubleTests.allTests),
testCase(CryptographyTests.allTests),
testCase(ExtensionsTests.allTests),
testCase(NodeTests.allTests),
testCase(GeneratorsTests.allTests),
testCase(AlgebraTests.allTests)
])