summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/INSTALL_SCRIPTS/test.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPackRPM: add scriplets tags only if scripts existDomen Vrankar2021-04-011-53/+57
| | | | | | | | | | Scriplet tags should not be added to generated spec files if scripts weren't provided as those tags are otherwise present in generated rpm file even if the script wasn't provided thereby generating unneeded dependency on shell. Fixes: #21345
* CPackRPM: handle scripts in debuginfo single package modeDomen Vrankar2021-03-301-0/+6
| | | | | | | | Enabling CPACK_RPM_DEBUGINFO_SINGLE_PACKAGE while using rpm install or erase scripts resulted in resulted missing scripts for non default components. Fixes: #21974
* CPackRPM: Add PRE_/POST_TRANS scriptsSarang Joshi2020-02-241-0/+16
| | | | | | Add variables for PRE_TRANS and POST_TRANS scripts. Fixes: #18917
* Tests: CPack test set packaging typeDomen Vrankar2016-11-271-2/+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: CPack test merge generator specificsDomen Vrankar2016-11-271-0/+22
| | | | | Merge test generator specifics into test itself.
* Tests: CPack move tests to separate dirDomen Vrankar2016-11-271-0/+24
For greater transparency tests are moved to a subfolder with each test having its own dir.