summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/EXTRA
Commit message (Collapse)AuthorAgeFilesLines
* Tests: fix RunCMake.CPack_DEB.EXTRA on Debian non-Linux OSesPino Toscano2021-09-181-2/+2
| | | | | | | | | The generated path with the packages uses $CPACK_TOPLEVEL_TAG, which by default is $CPACK_SYSTEM_NAME, thus the OS name. To make the expected stderr match also non-Linux OSes, accept any non-slash characters in place of "Linux", so it works also on other Debian OSes (e.g. Debian/Hurd).
* cpack(DEB): Issue warning if custom script for control file is missingAsit Dhal2021-01-151-0/+6
| | | | Fixes: #17794
* CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-191-3/+3
| | | | | | | Every CPack generator sets default CPACK_PACKAGING_INSTALL_PREFIX variable value differently so test framework should support that correctly - previous version expected RPM/Deb /usr default and removed it for Archive packagers as the default there is /.
* Tests: CPack test set packaging typeDomen Vrankar2016-11-271-3/+0
| | | | | | | | | CPack tests can now define one or more packaging types and that test will be executed once per generator per packaging type. This also enables us to set default values per packaging type for each generator which makes tests shorter.
* Tests: remove generator prefix from CPack test nameDomen Vrankar2016-11-273-0/+64