Files
JSONAPI/Tests/LinuxMain.swift
T

9 lines
119 B
Swift

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