mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-01 01:32:04 +03:00
8 lines
118 B
Swift
8 lines
118 B
Swift
|
import XCTest
|
||
|
|
||
|
import NvimViewTests
|
||
|
|
||
|
var tests = [XCTestCaseEntry]()
|
||
|
tests += NvimViewTests.allTests()
|
||
|
XCTMain(tests)
|