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

8 lines
116 B
Swift

import XCTest
import CommonsTests
var tests = [XCTestCaseEntry]()
tests += CommonsTests.allTests()
XCTMain(tests)