omnivore/apple/OmnivoreKit/Tests/LinuxMain.swift

8 lines
108 B
Swift
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
import XCTest
2022-02-24 23:07:32 +00:00
import AppTests
2022-02-11 17:24:33 +00:00
var tests = [XCTestCaseEntry]()
2022-02-24 23:07:32 +00:00
tests += AppTests.allTests()
2022-02-11 17:24:33 +00:00
XCTMain(tests)