Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compiler ID: Compiler versions must be a valid, numeric version string. | James Johnston | 2015-12-03 | 1 | -0/+7 |
| | | | | This test helps catch errors in compiler identification. | ||||
* | Fortran: Test that CMAKE_Fortran_COMPILER_VERSION is set (#15372) | Brad King | 2015-02-19 | 1 | -9/+1 |
| | | | | | Update the CMakeOnly.CompilerIdFortran test to require that the variable is set instead of just warning. We already require it for C and CXX. | ||||
* | Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION) | Brad King | 2012-08-22 | 1 | -0/+22 |
Add tests CMakeOnly.CompilerId(C|CXX|Fortran) to check that the basic compiler tool path, vendor, and version variables have been set as expected. |