kevnm67/MobileCI

View on GitHub
AppEnvironment/Tests/LinuxMain.swift

Summary

Maintainability
A
0 mins
Test Coverage
import XCTest

import AppEnvironmentTests

var tests = [XCTestCaseEntry]()
tests += AppEnvironmentTests.allTests()
XCTMain(tests)