Files
JSONAPI/Tests/LinuxMain.swift
T
2019-01-20 18:18:35 -08:00

13 lines
257 B
Swift

import XCTest
import JSONAPITests
import JSONAPITestingTests
import JSONAPIOpenAPITests
var tests = [XCTestCaseEntry]()
tests += JSONAPITests.__allTests()
tests += JSONAPITestingTests.__allTests()
tests += JSONAPIOpenAPITests.__allTests()
XCTMain(tests)