Swift: add -filelist invocation to integration tests

This commit is contained in:
Paolo Tranquilli
2025-04-23 10:50:29 +02:00
committed by Paolo Tranquilli
parent 008dd3f4e3
commit a28d4ec007
6 changed files with 8 additions and 0 deletions

View File

@@ -13,4 +13,6 @@
| H2.swift:0:0:0:0 | H2.swift |
| I1.swift:0:0:0:0 | I1.swift |
| I2.swift:0:0:0:0 | I2.swift |
| J1.swift:0:0:0:0 | J1.swift |
| J2.swift:0:0:0:0 | J2.swift |
| file://:0:0:0:0 | |

View File

@@ -0,0 +1 @@
let J1 = ""

View File

@@ -0,0 +1 @@
let J2 = ""

View File

@@ -10,6 +10,7 @@
| file://:0:0:0:0 | G |
| file://:0:0:0:0 | H1 |
| file://:0:0:0:0 | I1 |
| file://:0:0:0:0 | J1J2 |
| file://:0:0:0:0 | Swift |
| file://:0:0:0:0 | SwiftOnoneSupport |
| file://:0:0:0:0 | SwiftShims |

View File

@@ -27,3 +27,4 @@ invoke -c F5.swift -o F5.o -I.
( cd dir; invoke -c ../G.swift )
invoke -c -primary-file H1.swift -primary-file H2.swift H3.swift -emit-module-path H1.swiftmodule -emit-module-path H2.swiftmodule -o H1.o -o H2.o
invoke -emit-module -primary-file I1.swift -primary-file I2.swift -o I1.swiftmodule -o I2.swiftmodule
invoke -c -filelist j1_j2.list -o J1J2.o

View File

@@ -0,0 +1,2 @@
J1.swift
J2.swift