summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/PACKAGE_CHECKSUM
Commit message (Collapse)AuthorAgeFilesLines
* CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-191-1/+1
| | | | | | | 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: use a distinct checksum file for each generatorDomen Vrankar2017-09-201-3/+2
| | | | | | | | | Different CPack generators could produce checksum files with the same name which were overwritten by each other since only package name without extensions was used for checksum file name generation. This patch adds package extension to checksum files to prevent collisions. Fixes: #16840
* Tests: CPack test use same content listDomen Vrankar2016-11-271-4/+2
| | | | | | | | Content list for a certain test should be the same between different generators so whenever possible use a single expected files list per file for all generators.
* Tests: CPack test unify expected file namingDomen Vrankar2016-11-271-1/+0
| | | | | | | | | | | Each generator generates its own file format with different extensions but they all create those file names by a certain pattern and all of them require the same pieces for that pattern to work. Now we can only provide pieces once and and each generator will use those pieces to generate an expected file name.
* Tests: CPack test move and merge VerifyResultDomen Vrankar2016-11-271-0/+12
| | | | | Merge VerifyResult of different generators pertest and move the file to its test dir.
* Tests: CPack test move ExpectedFiles scriptDomen Vrankar2016-11-271-0/+9
| | | | | Merge per generator ExpectedFiles scripts into one per test and move it to test dir.
* Tests: CPack test move std error files to test filesDomen Vrankar2016-11-271-0/+2
|
* Tests: CPack move tests to separate dirDomen Vrankar2016-11-271-0/+3
For greater transparency tests are moved to a subfolder with each test having its own dir.