1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 01:32:04 +03:00
vimr/NvimView/Tests/LinuxMain.swift

8 lines
118 B
Swift
Raw Normal View History

2020-08-18 00:28:24 +03:00
import XCTest
import NvimViewTests
var tests = [XCTestCaseEntry]()
tests += NvimViewTests.allTests()
XCTMain(tests)