summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/CPackTestHelpers.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: CPack/RPM test introduction of default stderr test outputDomen Vrankar2016-11-271-0/+2
|
* Tests: fix CPack test source packages missing generator typeDomen Vrankar2016-11-271-1/+1
| | | | | | Source packages testing for RunCMake CPack tests did not provide generator type to the project built from source package.
* Tests: CPack fix for invalid config file pathDomen Vrankar2016-11-271-2/+1
| | | | | Invalid config file path was passed to per test specific prerequirements script.
* Tests: Fix RunCMake.CPack test infrastructure after logical conflictDomen Vrankar2016-09-201-70/+17
| | | | | | | | The changes in commit d9cec8ad (CPack/RPM: Generate source rpm (SRPM) packages on demand, 2016-09-19) logically conflict with the infrastructure updates in commit 4682b42b (Tests: Add subtest support to RunCMake/CPack infrastructure, 2016-09-13). Integrate the two changes so they work together.
* Merge topic 'cpack-rpm-srpm-package'Brad King2016-09-201-0/+66
|\ | | | | | | | | d9cec8ad CPack/RPM: Generate source rpm (SRPM) packages on demand
| * CPack/RPM: Generate source rpm (SRPM) packages on demandDomen Vrankar2016-09-201-0/+66
| | | | | | | | Closes: #15839
* | Tests: Add subtest support to RunCMake/CPack infrastructureDomen Vrankar2016-09-191-6/+34
|/
* CPack/Deb test changes due to breaking changesDomen Vrankar2016-05-131-0/+14
| | | | | | New CPack/Deb tests and changes to old tests as package file names and inter component dependency detection was changed.
* Tests: Fix RunCMake.CPack_* tests to use proper CMake generatorDomen Vrankar2015-10-011-38/+3
| | | | | | Use the run_cmake() function to generate the test build tree with the proper CMake generator and also to verify that it succeeds. Drop our PreTestError helper as it is no longer needed.
* Tests: Add RunCMake tests for CPack{Deb,RPM}Domen Vrankar2015-06-151-0/+76
Add script structure for easier addition of new CPack related tests.