summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/CPackTestHelpers.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix RunCMake.CPack_* tests to use proper CMake generatorDomen Vrankar2015-10-011-38/+3
| | | | | | Use the run_cmake() function to generate the test build tree with the proper CMake generator and also to verify that it succeeds. Drop our PreTestError helper as it is no longer needed.
* Tests: Add RunCMake tests for CPack{Deb,RPM}Domen Vrankar2015-06-151-0/+76
Add script structure for easier addition of new CPack related tests.