summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/TGZ
Commit message (Collapse)AuthorAgeFilesLines
* CPack/Archive minimal tests for more formatsDomen Vrankar2016-12-231-61/+2
|
* Tests: CPack test set packaging typeDomen Vrankar2016-11-272-4/+11
| | | | | | | | | 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 use same content listDomen Vrankar2016-11-271-0/+38
| | | | | | | | 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-0/+8
| | | | | | | | | | | 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-12/+0
| | | | | Merge VerifyResult of different generators pertest and move the file to its test dir.
* Tests: CPack test merge generator specificsDomen Vrankar2016-11-271-1/+0
| | | | | Merge test generator specifics into test itself.
* Tests: CPack test move ExpectedFiles scriptDomen Vrankar2016-11-274-20/+0
| | | | | Merge per generator ExpectedFiles scripts into one per test and move it to test dir.
* Tests: CPack test should always check test outputDomen Vrankar2016-11-271-2/+0
|
* Tests: CPack test move std error files to test filesDomen Vrankar2016-11-271-2/+0
|
* CPack: Add option to generate a checksum file next to each package filePetr Orlov2016-09-193-0/+25
| | | | Add variable CPACK_PACKAGE_CHECKSUM to activate it.
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-286-0/+26