SwiftLogger/Tests/LinuxMain.swift

8 lines
124 B
Swift
Raw Normal View History

2019-11-05 18:37:11 +01:00
import XCTest
import SwiftLoggerTests
var tests = [XCTestCaseEntry]()
tests += SwiftLoggerTests.allTests()
XCTMain(tests)