Skip to content

Commit

Permalink
Generate linux test manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Oct 16, 2020
1 parent 5ae6ec9 commit 08e9acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/AuthScopeTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ extension Scope_CodableTests {
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__Scope_CodableTests = [
("testScopeDecoding", testScopeDecoding),
("testScopeEncoding", testScopeEncoding),
("testScopeFailedDecodingDueToInvalidScopeString", testScopeFailedDecodingDueToInvalidScopeString),
("testScopeSuccessfulDecoding", testScopeSuccessfulDecoding),
]
}

Expand All @@ -54,6 +55,7 @@ extension Scope_CustomStringConvertibleTests {
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__Scope_CustomStringConvertibleTests = [
("testScopeDebugDescription", testScopeDebugDescription),
("testScopeDescription", testScopeDescription),
]
}
Expand Down

0 comments on commit 08e9acd

Please sign in to comment.