aboutsummaryrefslogtreecommitdiff
path: root/gcc/dg.exp
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-08-21 00:05:03 +0200
committerEugen Wissner <belka@caraus.de>2026-08-21 00:05:03 +0200
commit39269cc68a32f6e1a7524b00da36a1fe4cc7fb8b (patch)
tree9558cd6107d60e22127faeddbdeac5031ee2fdbe /gcc/dg.exp
parent4f77ad5d019618893c59a0f8d5bfa6b98e50a3be (diff)
downloadelna-39269cc68a32f6e1a7524b00da36a1fe4cc7fb8b.tar.gz
Implement Single and Double floats
Diffstat (limited to 'gcc/dg.exp')
-rw-r--r--gcc/dg.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/dg.exp b/gcc/dg.exp
index 71e7105..edbb371 100644
--- a/gcc/dg.exp
+++ b/gcc/dg.exp
@@ -22,11 +22,11 @@ load_lib elna-dg.exp
# Initialize dg.
dg-init
-# Main loop.
-# 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/*/*]]
+# Main loop. Single-module tests are files one level below the category
+# directories, multi-module tests are directories one level below any
+# category directory, with a sut.elna as the primary module.
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*/*.elna]] "" ""
+dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*/*/sut.elna]] "" ""
# All done.
dg-finish