1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-20 20:21:58 +03:00
vimr/NvimView/Tests/NvimViewTests/XCTestManifests.swift
2020-08-17 23:28:24 +02:00

10 lines
158 B
Swift

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