8 lines
116 B
Swift
8 lines
116 B
Swift
import XCTest
|
|
|
|
import BindersTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += BindersTests.allTests()
|
|
XCTMain(tests)
|