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