splash/Tests/LinuxMain.swift
2018-08-24 18:42:07 +02:00

13 lines
208 B
Swift

/**
* Splash
* Copyright (c) John Sundell 2018
* MIT license - see LICENSE.md
*/
import XCTest
import SplashTests
var tests = [XCTestCaseEntry]()
tests += SplashTests.makeLinuxTests()
XCTMain(tests)