874107217c
Signed-off-by: Arthur Guiot <arguiot@gmail.com>
12 lines
322 B
Swift
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)
|
|
])
|