Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Honor real language flags in FortranC.Flags test | Brad King | 2009-12-15 | 1 | -3/+2 |
| | | | | | | The test overrides the CMAKE_C_FLAGS and CMAKE_Fortran_FLAGS to test passing a specific flag to the compiler wrapper scripts. We fix it to honor any outside flags needed for the real compiler. | ||||
* | Test FortranCInterface flag propagation | Brad King | 2009-12-14 | 1 | -0/+29 |
We create test FortranC.Flags to try passing per-language flags from a project into its FortranCInterface detect/verify checks. We wrap the compilers with scripts that enforce presence of expected flags. |