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