This commit is contained in:
Max Howell
2019-01-17 16:33:38 -05:00
parent 8e0d766924
commit 97e9cbaa8f
16 changed files with 754 additions and 0 deletions

8
Tests/LinuxMain.swift Normal file
View File

@@ -0,0 +1,8 @@
import XCTest
import PathTests
var tests = [XCTestCaseEntry]()
tests += PathTests.__allTests()
XCTMain(tests)