Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: fix RunCMake.CPack_DEB.EXTRA on Debian non-Linux OSes | Pino Toscano | 2021-09-18 | 1 | -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 missing | Asit Dhal | 2021-01-15 | 1 | -0/+6 |
| | | | | Fixes: #17794 | ||||
* | CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIX | Domen Vrankar | 2017-11-19 | 1 | -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 type | Domen Vrankar | 2016-11-27 | 1 | -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 name | Domen Vrankar | 2016-11-27 | 3 | -0/+64 |