summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/test_preprocess.F90
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Split Fortran module testing into separate FortranModules testBrad King2016-09-221-53/+0
| | | | | The main Fortran test is not granular enough. Split some into another test.
* Fortran: Fix passing of preprocessor definitions to dependency scannerBrad King2015-07-061-0/+2
| | | | | | | | | | In commit v3.3.0-rc1~352^2~3 (Genex: Allow COMPILE_LANGUAGE when processing compile definitions, 2015-03-04) the name of the variable used to pass preprocessor definitions to the Fortran dependency scanner was changed to be per-language, but the actual dependency scanning code was not updated accordingly. Update the code and add a test case. Reported-by: Radovan Bast <radovan.bast@gmail.com>
* ENH: Test included header in Fortran preprocessingBrad King2009-02-241-5/+1
| | | | | This extends the Fortran preprocessing test to include a header file through a preprocessor directive.
* ENH: Patch from Maik to add preprocessor directive handling to Fortran ↵Brad King2008-01-091-0/+55
dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default.