mirror of
https://github.com/helje5/dockSwiftOnARM.git
synced 2025-11-01 06:33:34 +00:00
7 lines
108 B
Swift
7 lines
108 B
Swift
import XCTest
|
|
|
|
import Server
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += ServerTests.allTests()
|
|
XCTMain(tests) |