Files
Euler/Tests/LinuxMain.swift
T
2020-05-31 12:31:03 -04:00

13 lines
358 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),
testCase(TablesTests.allTests)
])