swift-sgf/Tests/LinuxMain.swift

7 lines
107 B
Swift

import XCTest
import SGFTests
var tests = [XCTestCaseEntry]()
tests += SGFTests.allTests()
XCTMain(tests)