dg.exp: Don't use wildcard for suffixes, also check testcases with capital suffix.

* gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
testcases with capital suffix.

From-SVN: r84379
This commit is contained in:
Tobias Schlüter 2004-07-09 17:20:43 +02:00 committed by Tobias Schlüter
parent 473a4325cc
commit fbc40a17c9
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
testcases with capital suffix.
2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/15481

View file

@ -29,12 +29,23 @@ if ![info exists DEFAULT_FFLAGS] then {
dg-init
# Main loop.
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.f* ] ]\
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.f ] ]\
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.F ] ]\
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.f90 ] ]\
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.F90 ] ]\
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/g77/*.f ] ] \
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/g77/*.F ] ] \
$DEFAULT_FFLAGS
# All done.
dg-finish