1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-28 08:13:17 +03:00
vimr/Workspace/Tests/WorkspaceTests/XCTestManifests.swift
2020-09-18 16:06:41 +02:00

10 lines
154 B
Swift

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