aboutsummaryrefslogtreecommitdiff
path: root/tests/ExecuteKDEModules
AgeCommit message (Collapse)Author
2014-05-15fix running ECMKDEModules testPatrick Spendrin
REVIEW:118147
2014-05-13Use CMAKE_INSTALL_FOODIR style variables for KDEInstallDirsAlex Merry
This matches how CMake's GNUInstallDirs does things. REVIEW: 118057
2014-05-12Check that KDEInstallDirs defines the variables it claims toAlex Merry
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