summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Various typo fixesLuz Paz2018-01-031-1/+1
| | | | Some are user-facing. Others are source comments.
* CPack tests: add possibility for expecting config developer warningsDomen Vrankar2017-11-191-1/+9
|
* CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-191-0/+6
| | | | | | | 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 /.
* CPack test: expand output checking fallbackDomen Vrankar2017-11-081-0/+1
| | | | | Some tests can have the same output for a certain subtest no matter which packaging generator is used.
* Fix trivial typos in textluzpaz2017-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some are user facing. Found using codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt` whereby the whitelist contained: ans dum helpfull emmited emmitted buil iff isnt nto ot pathes substract te todays upto whitespaces
* CPack: extend testing frameworkDomen Vrankar2017-08-191-0/+5
| | | | | | | | | Some CPack tests require running commands after the inclusion of CPack.cmake and this patch enables such tests to declare run_after_include_cpack function which is run after the inclusion.
* CPack test additional std out/err regex file overloadsDomen Vrankar2017-01-101-2/+13
| | | | | Added std out/std err expected regex file name overloads for packaging type.
* Tests: CPack test documentation faceliftDomen Vrankar2016-11-271-32/+136
|
* CPack/Deb test changes due to breaking changesDomen Vrankar2016-05-131-0/+22
| | | | | | New CPack/Deb tests and changes to old tests as package file names and inter component dependency detection was changed.
* Tests: Make RunCMake.CPack error messages more readableRaffi Enficiaud2015-09-171-2/+2
|
* Tests: Add RunCMake tests for CPack{Deb,RPM}Domen Vrankar2015-06-151-0/+99
Add script structure for easier addition of new CPack related tests.