13 lines
208 B
Swift
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)
|