Files
omnivore/apple/OmnivoreKit/Tests/LinuxMain.swift
2022-02-24 15:07:32 -08:00

8 lines
108 B
Swift

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