Skip to content

Commit

Permalink
Add files for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-t-jp committed Feb 21, 2019
1 parent 603f7c2 commit ecff019
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/FNVTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import XCTest

#if !os(macOS)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(FNVTests.allTests),
]
}
#endif
7 changes: 7 additions & 0 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import XCTest

import FNVTests

var tests = [XCTestCaseEntry]()
tests += FNVTests.allTests()
XCTMain(tests)

0 comments on commit ecff019

Please sign in to comment.