1
1
#if !canImport(ObjectiveC)
2
2
import XCTest
3
3
4
+ extension IncrementalCompilationTests {
5
+ // DO NOT MODIFY: This is autogenerated, use:
6
+ // `swift test --generate-linuxmain`
7
+ // to regenerate.
8
+ static let __allTests__IncrementalCompilationTests = [
9
+ ( " testInputInfoMapReading " , testInputInfoMapReading) ,
10
+ ]
11
+ }
12
+
4
13
extension JobExecutorTests {
5
14
// DO NOT MODIFY: This is autogenerated, use:
6
15
// `swift test --generate-linuxmain`
7
16
// to regenerate.
8
17
static let __allTests__JobExecutorTests = [
9
18
( " testDarwinBasic " , testDarwinBasic) ,
10
19
( " testStubProcessProtocol " , testStubProcessProtocol) ,
20
+ ( " testSwiftDriverExecOverride " , testSwiftDriverExecOverride) ,
11
21
]
12
22
}
13
23
@@ -21,20 +31,12 @@ extension ParsableMessageTests {
21
31
]
22
32
}
23
33
24
- extension StringAdditionsTests {
25
- // DO NOT MODIFY: This is autogenerated, use:
26
- // `swift test --generate-linuxmain`
27
- // to regenerate.
28
- static let __allTests__StringAdditionsTests = [
29
- ( " testInterpolationOr " , testInterpolationOr) ,
30
- ]
31
- }
32
-
33
34
extension SwiftDriverTests {
34
35
// DO NOT MODIFY: This is autogenerated, use:
35
36
// `swift test --generate-linuxmain`
36
37
// to regenerate.
37
38
static let __allTests__SwiftDriverTests = [
39
+ ( " testBatchModeCompiles " , testBatchModeCompiles) ,
38
40
( " testCompilerMode " , testCompilerMode) ,
39
41
( " testDebugSettings " , testDebugSettings) ,
40
42
( " testDOTFileEmission " , testDOTFileEmission) ,
@@ -43,11 +45,13 @@ extension SwiftDriverTests {
43
45
( " testInputFiles " , testInputFiles) ,
44
46
( " testLinking " , testLinking) ,
45
47
( " testMergeModulesOnly " , testMergeModulesOnly) ,
48
+ ( " testModuleNameFallbacks " , testModuleNameFallbacks) ,
46
49
( " testModuleSettings " , testModuleSettings) ,
47
50
( " testOutputFileMapLoading " , testOutputFileMapLoading) ,
48
51
( " testParseErrors " , testParseErrors) ,
49
52
( " testParsing " , testParsing) ,
50
53
( " testPrimaryOutputKinds " , testPrimaryOutputKinds) ,
54
+ ( " testRegressions " , testRegressions) ,
51
55
( " testResponseFileExpansion " , testResponseFileExpansion) ,
52
56
( " testSanitizerArgs " , testSanitizerArgs) ,
53
57
( " testStandardCompileJobs " , testStandardCompileJobs) ,
@@ -75,9 +79,9 @@ extension TripleTests {
75
79
76
80
public func __allTests( ) -> [ XCTestCaseEntry ] {
77
81
return [
82
+ testCase ( IncrementalCompilationTests . __allTests__IncrementalCompilationTests) ,
78
83
testCase ( JobExecutorTests . __allTests__JobExecutorTests) ,
79
84
testCase ( ParsableMessageTests . __allTests__ParsableMessageTests) ,
80
- testCase ( StringAdditionsTests . __allTests__StringAdditionsTests) ,
81
85
testCase ( SwiftDriverTests . __allTests__SwiftDriverTests) ,
82
86
testCase ( TripleTests . __allTests__TripleTests) ,
83
87
]
0 commit comments