mirror of
https://github.com/samsonjs/Osiris.git
synced 2026-03-25 08:55:48 +00:00
7 lines
114 B
Swift
7 lines
114 B
Swift
import XCTest
|
|
|
|
import OsirisTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += OsirisTests.allTests()
|
|
XCTMain(tests)
|