Files
JSONAPI/Tests/LinuxMain.swift
T

15 lines
330 B
Swift
Raw Permalink Normal View History

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