summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/SOURCE_PACKAGE
Commit message (Collapse)AuthorAgeFilesLines
* CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-191-0/+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/RPM tests: handle build-id linksDomen Vrankar2017-03-271-1/+3
| | | | | | | | | Build id links generation was introduced in rpm 4.13.0.1 so files related to them should be ignored as they are not relevant for the tests. Fixes #16710
* Tests: CPack test use same content listDomen Vrankar2016-11-272-3/+3
| | | | | | | | 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/+63
| | | | | Merge VerifyResult of different generators pertest and move the file to its test dir.
* Tests: CPack test move ExpectedFiles scriptDomen Vrankar2016-11-271-0/+5
| | | | | Merge per generator ExpectedFiles scripts into one per test and move it to test dir.
* Tests: CPack move tests to separate dirDomen Vrankar2016-11-271-0/+7
For greater transparency tests are moved to a subfolder with each test having its own dir.