summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/EndStuffTestScript.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
| | | | | | | Since 3.19, CMake generates a deprecation warning when using a minimum version less than 2.8.12. This eliminates those warnings generated during tests, which are typically hidden from the user and developer but are being generated nonetheless.
* cmListFileCache: Enforce proper nesting of flow control statementsKyle Edwards2020-10-221-44/+16
| | | | Fixes: #19153
* Increase coverage. Intentionally trigger error conditions. Call all the ↵David Cole2009-10-061-0/+70
else*/end* functions without proper opening or containing code structure: else, elseif, endforeach, endfunction, endif, endmacro, endwhile.