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