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