summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/CompilerIdFortran
Commit message (Collapse)AuthorAgeFilesLines
* Compiler ID: Compiler versions must be a valid, numeric version string.James Johnston2015-12-031-0/+7
| | | | This test helps catch errors in compiler identification.
* Fortran: Test that CMAKE_Fortran_COMPILER_VERSION is set (#15372)Brad King2015-02-191-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 King2012-08-221-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.