Commit f8b529aa by Jason Merrill

* g++.dg/dg.exp: Run tests from subdirectories other than "special".

From-SVN: r44300
parent c9342257
......@@ -28,9 +28,13 @@ if ![info exists DEFAULT_CXXFLAGS] then {
# Initialize `dg'.
dg-init
# Gather a list of all tests, excluding those in special/; those are handled
# well, specially.
set all [lsort [find $srcdir/$subdir *.C]]
set tests [prune $all $srcdir/$subdir/special/*]
# Main loop.
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[CS\]]] \
"" $DEFAULT_CXXFLAGS
dg-runtest $tests "" $DEFAULT_CXXFLAGS
# All done.
dg-finish
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment