@@ -32,6 +32,7 @@ extension IncrementalCompilationTests {
32
32
// to regenerate.
33
33
static let __allTests__IncrementalCompilationTests = [
34
34
( " testIncremental " , testIncremental) ,
35
+ ( " testIncrementalDiagnostics " , testIncrementalDiagnostics) ,
35
36
]
36
37
}
37
38
@@ -117,6 +118,7 @@ extension NonincrementalCompilationTests {
117
118
static let __allTests__NonincrementalCompilationTests = [
118
119
( " testBuildRecordReading " , testBuildRecordReading) ,
119
120
( " testDateConversion " , testDateConversion) ,
121
+ ( " testExtractSourceFileDependencyGraphFromSwiftModule " , testExtractSourceFileDependencyGraphFromSwiftModule) ,
120
122
( " testNoIncremental " , testNoIncremental) ,
121
123
( " testReadAndWriteBuildRecord " , testReadAndWriteBuildRecord) ,
122
124
( " testReadBinarySourceFileDependencyGraph " , testReadBinarySourceFileDependencyGraph) ,
@@ -176,12 +178,14 @@ extension SwiftDriverTests {
176
178
( " testDarwinToolchainArgumentValidation " , testDarwinToolchainArgumentValidation) ,
177
179
( " testDashDashPassingDownInput " , testDashDashPassingDownInput) ,
178
180
( " testDebugSettings " , testDebugSettings) ,
181
+ ( " testDeriveSwiftDocPath " , testDeriveSwiftDocPath) ,
179
182
( " testDiagnosticOptions " , testDiagnosticOptions) ,
180
183
( " testDOTFileEmission " , testDOTFileEmission) ,
181
184
( " testDriverKindParsing " , testDriverKindParsing) ,
182
185
( " testDSYMGeneration " , testDSYMGeneration) ,
183
186
( " testDumpASTOverride " , testDumpASTOverride) ,
184
187
( " testEmbedBitcode " , testEmbedBitcode) ,
188
+ ( " testEmitModuleSeparately " , testEmitModuleSeparately) ,
185
189
( " testEmitModuleTrace " , testEmitModuleTrace) ,
186
190
( " testEnvironmentInferenceWarning " , testEnvironmentInferenceWarning) ,
187
191
( " testExecutableFallbackPath " , testExecutableFallbackPath) ,
@@ -195,6 +199,7 @@ extension SwiftDriverTests {
195
199
( " testJoinedPathOptions " , testJoinedPathOptions) ,
196
200
( " testLEqualPassedDownToLinkerInvocation " , testLEqualPassedDownToLinkerInvocation) ,
197
201
( " testLinking " , testLinking) ,
202
+ ( " testLTOLibraryArg " , testLTOLibraryArg) ,
198
203
( " testLTOOption " , testLTOOption) ,
199
204
( " testLTOOutputs " , testLTOOutputs) ,
200
205
( " testMergeModuleEmittingDependencies " , testMergeModuleEmittingDependencies) ,
@@ -222,6 +227,7 @@ extension SwiftDriverTests {
222
227
( " testPrintOutputFileMap " , testPrintOutputFileMap) ,
223
228
( " testPrintTargetInfo " , testPrintTargetInfo) ,
224
229
( " testProfileArgValidation " , testProfileArgValidation) ,
230
+ ( " testProfileLinkerArgs " , testProfileLinkerArgs) ,
225
231
( " testRecordedInputModificationDates " , testRecordedInputModificationDates) ,
226
232
( " testRegressions " , testRegressions) ,
227
233
( " testRelativeOptionOrdering " , testRelativeOptionOrdering) ,
0 commit comments