1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-19 11:41:31 +03:00
vimr/Commons/Tests/CommonsTests/XCTestManifests.swift
2020-08-18 23:07:22 +02:00

10 lines
157 B
Swift

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