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