Files
SwiftChain/Tests/BlockchainTests/XCTestManifests.swift
2020-03-01 02:23:06 +01:00

10 lines
160 B
Swift

import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(BlockchainTests.allTests),
]
}
#endif