summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/Executable
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Split Fortran module testing into separate FortranModules testBrad King2016-09-222-15/+0
| | | | | The main Fortran test is not granular enough. Split some into another test.
* Fix dependency scanning configuration in subdirectoriesBrad King2016-02-052-1/+2
| | | | | | | | | | | | | | | Refactoring in commit v3.5.0-rc1~347^2~2 (Set the current dirs on the snapshot before creating the cmMakefile) accidentally changed the source and binary directories configured in `cmake -E cmake_depends` for use during dependency scanning. This can cause the wrong directory information to be loaded. It also breaks Fortran module dependency scanning for modules provided by targets in subdirectories that do not have Fortran_MODULE_DIRECTORY set. Fix the dependency scanning directory configuration and add a test to cover the Fortran module case in which the breakage was observed. Reported-by: Kelly Thompson <kgt@lanl.gov>
* 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.