1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00
vimr/RxPack/Tests/LinuxMain.swift

8 lines
114 B
Swift
Raw Normal View History

2020-08-18 20:37:39 +03:00
import XCTest
import RxPackTests
var tests = [XCTestCaseEntry]()
tests += RxPackTests.allTests()
XCTMain(tests)