update linuxmain

This commit is contained in:
Mathew Polzin
2019-01-30 18:00:51 -08:00
parent 247848e788
commit a88bb77bd0
-4
View File
@@ -2,13 +2,9 @@ import XCTest
import JSONAPITests
import JSONAPITestingTests
import JSONAPIOpenAPITests
import JSONAPIArbitraryTests
var tests = [XCTestCaseEntry]()
tests += JSONAPITests.__allTests()
tests += JSONAPITestingTests.__allTests()
tests += JSONAPIOpenAPITests.__allTests()
tests += JSONAPIArbitraryTests.__allTests()
XCTMain(tests)