Files
JSONAPI/Tests/LinuxMain.swift
T

11 lines
188 B
Swift

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