Initial Commit

This commit is contained in:
Piv
2020-08-31 22:47:00 +09:30
commit 2777d5c48d
9 changed files with 252 additions and 0 deletions

7
Tests/LinuxMain.swift Normal file
View File

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