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