|
| 1 | +#if !canImport(ObjectiveC) |
| 2 | +import XCTest |
| 3 | + |
| 4 | +extension FormatTests { |
| 5 | + // DO NOT MODIFY: This is autogenerated, use: |
| 6 | + // `swift test --generate-linuxmain` |
| 7 | + // to regenerate. |
| 8 | + static let __allTests__FormatTests = [ |
| 9 | + ("test_makeIndented", test_makeIndented), |
| 10 | + ] |
| 11 | +} |
| 12 | + |
| 13 | +extension ImportTests { |
| 14 | + // DO NOT MODIFY: This is autogenerated, use: |
| 15 | + // `swift test --generate-linuxmain` |
| 16 | + // to regenerate. |
| 17 | + static let __allTests__ImportTests = [ |
| 18 | + ("testImport", testImport), |
| 19 | + ] |
| 20 | +} |
| 21 | + |
| 22 | +extension IntegerLiteralTests { |
| 23 | + // DO NOT MODIFY: This is autogenerated, use: |
| 24 | + // `swift test --generate-linuxmain` |
| 25 | + // to regenerate. |
| 26 | + static let __allTests__IntegerLiteralTests = [ |
| 27 | + ("testIntegerLiteral", testIntegerLiteral), |
| 28 | + ] |
| 29 | +} |
| 30 | + |
| 31 | +extension SourceFileTests { |
| 32 | + // DO NOT MODIFY: This is autogenerated, use: |
| 33 | + // `swift test --generate-linuxmain` |
| 34 | + // to regenerate. |
| 35 | + static let __allTests__SourceFileTests = [ |
| 36 | + ("testSourceFile", testSourceFile), |
| 37 | + ] |
| 38 | +} |
| 39 | + |
| 40 | +extension StringLiteralTests { |
| 41 | + // DO NOT MODIFY: This is autogenerated, use: |
| 42 | + // `swift test --generate-linuxmain` |
| 43 | + // to regenerate. |
| 44 | + static let __allTests__StringLiteralTests = [ |
| 45 | + ("testStringLiteral", testStringLiteral), |
| 46 | + ] |
| 47 | +} |
| 48 | + |
| 49 | +extension StructTests { |
| 50 | + // DO NOT MODIFY: This is autogenerated, use: |
| 51 | + // `swift test --generate-linuxmain` |
| 52 | + // to regenerate. |
| 53 | + static let __allTests__StructTests = [ |
| 54 | + ("testEmptyStruct", testEmptyStruct), |
| 55 | + ("testNestedStruct", testNestedStruct), |
| 56 | + ("testStructWithIndent", testStructWithIndent), |
| 57 | + ("testStructWithMember", testStructWithMember), |
| 58 | + ] |
| 59 | +} |
| 60 | + |
| 61 | +extension VariableTests { |
| 62 | + // DO NOT MODIFY: This is autogenerated, use: |
| 63 | + // `swift test --generate-linuxmain` |
| 64 | + // to regenerate. |
| 65 | + static let __allTests__VariableTests = [ |
| 66 | + ("testLet", testLet), |
| 67 | + ("testVar", testVar), |
| 68 | + ] |
| 69 | +} |
| 70 | + |
| 71 | +public func __allTests() -> [XCTestCaseEntry] { |
| 72 | + return [ |
| 73 | + testCase(FormatTests.__allTests__FormatTests), |
| 74 | + testCase(ImportTests.__allTests__ImportTests), |
| 75 | + testCase(IntegerLiteralTests.__allTests__IntegerLiteralTests), |
| 76 | + testCase(SourceFileTests.__allTests__SourceFileTests), |
| 77 | + testCase(StringLiteralTests.__allTests__StringLiteralTests), |
| 78 | + testCase(StructTests.__allTests__StructTests), |
| 79 | + testCase(VariableTests.__allTests__VariableTests), |
| 80 | + ] |
| 81 | +} |
| 82 | +#endif |
0 commit comments