mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
8 lines
110 B
Swift
8 lines
110 B
Swift
|
import XCTest
|
||
|
|
||
|
import TabsTests
|
||
|
|
||
|
var tests = [XCTestCaseEntry]()
|
||
|
tests += TabsTests.allTests()
|
||
|
XCTMain(tests)
|