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:
parent
473a4325cc
commit
fbc40a17c9
2 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue