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