summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/CheckCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
| | | | The simple replacement is much faster.
* CMakeTests: allow to call the check_cmake_test macro with a given fileRolf Eike Beer2012-11-021-24/+29
| | | | | This allows to generate a lot of simple files directly in the test tree instead of having them all checked in.
* Add file(MD5) command to compute cryptographic hashBrad King2011-11-161-1/+1
| | | | | Provide a CMake-language binding to the md5sum function previously available only by "cmake -E md5sum".
* Factor out CMake.File test result check for re-useBrad King2009-09-161-0/+30
The CMake.File test runs several scripts through "cmake -P" and checks the output and result against known good values. This commit factors out the checking code into a separate CMakeCheckTest module. The module may be used by new tests.