swift-elementary-cycles/Tests/ElementaryCyclesTests/XCTestManifests.swift

13 lines
286 B
Swift

import XCTest
import ElementaryCycles
#if !os(macOS)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(ElementaryCyclesShould.allTests),
testCase(ElementaryCyclesSearchShould.allTests),
testCase(AdjacencyMatrixShould.allTests),
]
}
#endif