PR30372
Tobias Schlüter
tobias.schlueter@physik.uni-muenchen.de
Mon Feb 12 15:49:00 GMT 2007
Steve Kargl wrote:
>> I think it might also be useful to make an "intrinsics" subdirectory off
>> of the gfortran.dg directory, just to keep things a bit more organized,
>> especially if most of them will be autogenerated. That will make it
>> easier to move them if we do decide to.
>
> That's fine with me. I suppose someone will need to check the
> dejagnu infrastructure to properly move into the directory to
> run the test.
I appended an (untested) patch for this.
- Tobi
2007-02-12 Tobias Schlüter <tobi@gcc.gnu.org>
* gfortran.dg/dg.exp: Look for testcases in intrinsics subdir.
Index: dg.exp
===================================================================
--- dg.exp (revision 121818)
+++ dg.exp (working copy)
@@ -35,6 +35,9 @@ gfortran-dg-runtest [lsort \
gfortran-dg-runtest [lsort \
[glob -nocomplain $srcdir/$subdir/g77/*.\[fF\] ] ] $DEFAULT_FFLAGS
+gfortran-dg-runtest [lsort \
+ [glob -nocomplain $srcdir/$subdir/intrinsics/*.\[fF\]{,90,95,03}
] ] \
+ $DEFAULT_FFLAGS
# All done.
dg-finish
More information about the Fortran
mailing list