Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Split Fortran module testing into separate FortranModules test | Brad King | 2016-09-22 | 1 | -5/+0 |
| | | | | | The main Fortran test is not granular enough. Split some into another test. | ||||
* | Fortran: Fix passing of preprocessor definitions to dependency scanner | Brad King | 2015-07-06 | 1 | -0/+5 |
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> |