aboutsummaryrefslogtreecommitdiff
path: root/tests/ExecuteAllModules
AgeCommit message (Collapse)Author
2014-04-25Split up module execution testsAlex Merry
Find module tests now use find_package(), and there is a version for when CMAKE_MODULE_PATH is set and a version for when ecm_use_find_modules() is used. KDE modules are also now tested. REVIEW 117658
2014-03-07Make the required CMake version in the ExecuteAllModules test 2.8.12Alex Merry
This matches what is in the main CMakeLists.txt file, and silences some warnings in the test logs.
2013-12-14Make the tests passAlbert Astals Cid
Since some cmake modules include others inside e-c-m we need to set the cmake module path so that they are found
2011-12-18-enable testingAlex Neundorf
-add test ExecuteAllModules, which is the same as FindModulesExecuteAll in CMake: include (and execute) all *cmake files, to make sure they are not completely broken Alex