[PATCH] gfortran testsuite: implicitly cleanup-modules

Mike Stump mikestump@comcast.net
Tue Mar 13 20:31:00 GMT 2012


On Mar 13, 2012, at 9:38 AM, Bernhard Reutner-Fischer wrote:
> Could some of the testsuite maintainers please eyeball?

I've eyed it, the only thing that stood out was:

-foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.F]] {
-    if ![runtest_file_p $runtests $testcase] then {
-	continue
-    }
-    fortran-torture $testcase
-}
-
-foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f90]] {
-    if ![runtest_file_p $runtests $testcase] then {
-	continue
-    }
-    fortran-torture $testcase
-}

which, I hope does what you want.

Assuming you like those parts, Ok.

Since it touches non-fortran, please watch for and respond to any problems it might cause.



More information about the Fortran mailing list