diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-22 10:45:37 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-22 10:46:39 +0200 |
| commit | bd9fe800349dc139cc5841980bcae96e0d18e2db (patch) | |
| tree | 749202e865dd63b4cc7180c786918c6317597d05 /gcc/dg.exp | |
| parent | 5cc2947143f2a6ebd4ef1ae4d25ab956b87de808 (diff) | |
| download | elna-bd9fe800349dc139cc5841980bcae96e0d18e2db.tar.gz | |
Support multi-module GCC tests
Diffstat (limited to 'gcc/dg.exp')
| -rw-r--r-- | gcc/dg.exp | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,7 +23,10 @@ load_lib elna-dg.exp dg-init # Main loop. -elna-dg-runtest [lsort [find $srcdir/$subdir *.elna]] +# Single-module .elna files and multi-module directories, +# both exactly one level below the category directories. +elna-dg-runtest-single [lsort [glob -nocomplain $srcdir/$subdir/*/*.elna]] +elna-dg-runtest-multi [lsort [glob -nocomplain -type d $srcdir/$subdir/*/*]] # All done. dg-finish |
