mirror of
https://github.com/chriseidhof/TerminalUI.git
synced 2026-02-28 19:08:09 +01:00
8 lines
124 B
Swift
8 lines
124 B
Swift
import XCTest
|
|
|
|
import terminal_uiTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += terminal_uiTests.allTests()
|
|
XCTMain(tests)
|