mirror of
https://github.com/qvacua/vimr.git
synced 2025-01-01 18:23:48 +03:00
8 lines
120 B
Swift
8 lines
120 B
Swift
import XCTest
|
|
|
|
import WorkspaceTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += WorkspaceTests.allTests()
|
|
XCTMain(tests)
|