Skip to content

Commit 7b94c00

Browse files
committed
Regenerate LinuxMain for tests
1 parent 888f5f9 commit 7b94c00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SwiftDriverTests/XCTestManifests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ extension SwiftDriverTests {
7676
("testBatchModeDiagnostics", testBatchModeDiagnostics),
7777
("testCompilerMode", testCompilerMode),
7878
("testDebugSettings", testDebugSettings),
79+
("testDiagnosticOptions", testDiagnosticOptions),
7980
("testDOTFileEmission", testDOTFileEmission),
8081
("testDriverKindParsing", testDriverKindParsing),
8182
("testDSYMGeneration", testDSYMGeneration),
@@ -92,13 +93,15 @@ extension SwiftDriverTests {
9293
("testMultithreading", testMultithreading),
9394
("testMultithreadingDiagnostics", testMultithreadingDiagnostics),
9495
("testOutputFileMapLoading", testOutputFileMapLoading),
96+
("testOutputFileMapRelativePathArg", testOutputFileMapRelativePathArg),
9597
("testOutputFileMapResolving", testOutputFileMapResolving),
9698
("testOutputFileMapStoring", testOutputFileMapStoring),
9799
("testPCHGeneration", testPCHGeneration),
98100
("testPCMGeneration", testPCMGeneration),
99101
("testPrimaryOutputKinds", testPrimaryOutputKinds),
100102
("testPrimaryOutputKindsDiagnostics", testPrimaryOutputKindsDiagnostics),
101103
("testPrintTargetInfo", testPrintTargetInfo),
104+
("testRecordedInputModificationDates", testRecordedInputModificationDates),
102105
("testRegressions", testRegressions),
103106
("testRepl", testRepl),
104107
("testResponseFileExpansion", testResponseFileExpansion),
@@ -108,6 +111,7 @@ extension SwiftDriverTests {
108111
("testStandardCompileJobs", testStandardCompileJobs),
109112
("testSubcommandsHandling", testSubcommandsHandling),
110113
("testTargetTriple", testTargetTriple),
114+
("testTargetVariant", testTargetVariant),
111115
("testToolchainClangPath", testToolchainClangPath),
112116
("testToolchainUtilities", testToolchainUtilities),
113117
("testUsingResponseFiles", testUsingResponseFiles),

0 commit comments

Comments
 (0)