mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
7 lines
124 B
Swift
7 lines
124 B
Swift
import XCTest
|
|
|
|
import samhuri_netTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += samhuri_netTests.allTests()
|
|
XCTMain(tests)
|