1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-19 19:51:35 +03:00
vimr/Commons/Tests/CommonsTests/XCTestManifests.swift

10 lines
157 B
Swift
Raw Normal View History

2020-08-19 00:07:22 +03:00
import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(CommonsTests.allTests),
]
}
#endif