json/Tests/LinuxMain.swift

9 lines
113 B
Swift

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