summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/Executable
Commit message (Collapse)AuthorAgeFilesLines
* Fix escapes in Fortran depend.make entriesBrad King2010-01-041-2/+2
| | | | | | | Makefile dependencies must be escaped using cmLocalGenerator::Convert with the cmLocalGenerator::MAKEFILE option. This fixes Fortran module dependencies with spaces in the path. We test the fix by adding a space to one of the module paths in the Fortran test.
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-301-1/+1
|
* ENH: Add tests of Fortran module dependencies across directories and on ↵Brad King2007-12-282-0/+14
external modules. Tests based on cases provided by Maik in issue #5809.