Remove xcodeproj

This commit is contained in:
vbodinaud
2020-03-01 02:23:06 +01:00
parent 5c83114197
commit b32a6e6bbb
14 changed files with 14 additions and 325 deletions

7
Tests/LinuxMain.swift Normal file
View File

@@ -0,0 +1,7 @@
import XCTest
import BlockchainTests
var tests = [XCTestCaseEntry]()
tests += BlockchainTests.allTests()
XCTMain(tests)