summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/VerifyResult.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPack/Deb: Add ability to split out debug symbols into .ddeb packageAndrew Fuller2018-09-211-1/+1
|
* Testing: Add test for CPack External generatorKyle Edwards2018-07-021-2/+6
| | | | | | This test case ensures that the CPack External generator produces the proper .json file, and also ensures that the version negotation with CPACK_EXT_REQUESTED_VERSIONS works properly.
* CPack RPM and DEB: improved package version handlingDomen Vrankar2017-09-211-3/+1
| | | | | | | | | Adds support for epoch version to CPackRPM and CPackDeb packagers. Also adds better version checking to CPackDeb that complies with Debian rules. Fixes: #17057
* Improved CPack tests error loggingDomen Vrankar2017-05-141-2/+4
|
* Tests: CPack test use same content listDomen Vrankar2016-11-271-3/+19
| | | | | | | | 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-2/+27
| | | | | | | | | | | 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-2/+2
| | | | | Merge VerifyResult of different generators pertest and move the file to its test dir.
* Tests: CPack test move ExpectedFiles scriptDomen Vrankar2016-11-271-1/+1
| | | | | 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-5/+3
|
* Tests: Improve RunCMake.CPack_* failure message formattingBrad King2016-10-071-2/+4
| | | | | | Format a `message(FATAL_ERROR)` call with markup to make the generated message more readable so that the difference between the actual and expected results is easier to see.
* Merge topic 'cpack-rpm-srpm-package'Brad King2016-09-201-1/+1
|\ | | | | | | | | d9cec8ad CPack/RPM: Generate source rpm (SRPM) packages on demand
| * CPack/RPM: Generate source rpm (SRPM) packages on demandDomen Vrankar2016-09-201-1/+1
| | | | | | | | Closes: #15839
* | Tests: Add subtest support to RunCMake/CPack infrastructureDomen Vrankar2016-09-191-3/+3
|/
* prefer list(APPEND) over string(APPEND) where appropriateDaniel Pfeifer2016-08-081-2/+2
|
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-271-2/+2
| | | | | | | Automate with: find Tests -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
* Tests: Make RunCMake.CPack error messages more readableRaffi Enficiaud2015-09-171-3/+4
|
* Tests/RunCMake/CPack: Bump verify result cmake versionDomen Vrankar2015-08-061-1/+1
| | | | | Bumped version to current cmake version so that we always use latest policies.
* Tests/RunCMake/CPack: found files should be preservedDomen Vrankar2015-07-151-5/+5
| | | | | | Package file names that are found during validation should be preserved in FOUND_FILE_${NO} variables that can be later used in custom VerifyResult scripts.
* Tests: Add RunCMake tests for CPack{Deb,RPM}Domen Vrankar2015-06-151-0/+91
Add script structure for easier addition of new CPack related tests.