1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-19 03:31:32 +03:00
vimr/RxPack/Tests/RxPackTests/XCTestManifests.swift
2020-09-18 16:04:09 +02:00

10 lines
151 B
Swift

import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
[
testCase(RxPackTests.allTests),
]
}
#endif