Files
smpark.in/Vapor3.1.10/Tests/LinuxMain.swift
2020-06-01 14:31:12 -07:00

12 lines
126 B
Swift

#if os(Linux)
import XCTest
@testable import AppTests
XCTMain([
// AppTests
testCase(AppTests.allTests),
])
#endif