Files
JSONAPI/Tests/LinuxMain.swift
T
2019-01-30 18:00:51 -08:00

11 lines
188 B
Swift

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