Initial Commit

This commit is contained in:
Piv
2020-05-24 19:32:38 +09:30
commit 655466e815
9 changed files with 93 additions and 0 deletions

7
Tests/LinuxMain.swift Normal file
View File

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