Use swift package manager
This commit is contained in:
9
Blockchain/Tests/BlockchainTests/XCTestManifests.swift
Normal file
9
Blockchain/Tests/BlockchainTests/XCTestManifests.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
import XCTest
|
||||
|
||||
#if !canImport(ObjectiveC)
|
||||
public func allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(BlockchainTests.allTests),
|
||||
]
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user