Files
JSONAPI/Tests/LinuxMain.swift
T
2019-01-13 07:16:46 -08:00

11 lines
188 B
Swift

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