mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
9 lines
157 B
Swift
9 lines
157 B
Swift
import XCTest
|
|
|
|
#if !canImport(ObjectiveC)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(gensiteTests.allTests),
|
|
]
|
|
}
|
|
#endif
|