Update linuxmain

This commit is contained in:
Mathew Polzin
2019-01-21 23:00:13 -08:00
parent 5da4a963d4
commit 744e08acf4
@@ -30,6 +30,12 @@ extension JSONAPIAttributeOpenAPITests {
]
}
extension JSONAPIDocumentOpenAPITests {
static let __allTests = [
("test_SingleResourceDocument", test_SingleResourceDocument),
]
}
extension JSONAPIEntityOpenAPITests {
static let __allTests = [
("test_AttributesAndRelationshipsEntity", test_AttributesAndRelationshipsEntity),
@@ -54,6 +60,7 @@ extension JSONAPIRelationshipsOpenAPITests {
public func __allTests() -> [XCTestCaseEntry] {
return [
testCase(JSONAPIAttributeOpenAPITests.__allTests),
testCase(JSONAPIDocumentOpenAPITests.__allTests),
testCase(JSONAPIEntityOpenAPITests.__allTests),
testCase(JSONAPIRelationshipsOpenAPITests.__allTests),
]