mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
11 lines
188 B
Swift
11 lines
188 B
Swift
import XCTest
|
|
|
|
import JSONAPITests
|
|
import JSONAPITestLibTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += JSONAPITests.__allTests()
|
|
tests += JSONAPITestLibTests.__allTests()
|
|
|
|
XCTMain(tests)
|