Files
JSONAPI/Tests/LinuxMain.swift
T

11 lines
188 B
Swift
Raw Permalink Normal View History

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