summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/CPackTestHelpers.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add infrastructure to split up large CPack testsKyle Edwards2019-01-101-17/+18
| | | | | This allows CPack generator tests to be split into smaller tests of the format "<generator>.<test>".
* CPack/Deb: Support SOURCE_DATE_EPOCH when packaging filesAndrew Fuller2018-07-251-1/+5
|
* Tests: Add test for cmake --build . --target packageKyle Edwards2018-07-171-7/+23
|
* CPack tests: add possibility for expecting config developer warningsDomen Vrankar2017-11-191-0/+19
|
* CPack test: expand output checking fallbackDomen Vrankar2017-11-081-0/+2
| | | | | Some tests can have the same output for a certain subtest no matter which packaging generator is used.
* CPack test additional std out/err regex file overloadsDomen Vrankar2017-01-101-1/+5
| | | | | Added std out/std err expected regex file name overloads for packaging type.
* Tests: source CPack tests don't require build stageDomen Vrankar2016-11-271-2/+2
|
* Tests: CPack test set packaging typeDomen Vrankar2016-11-271-11/+19
| | | | | | | | | 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 move per test prerequirementsDomen Vrankar2016-11-271-2/+2
| | | | | Move per test prerequirements into the belonging test.
* Tests: CPack test move std error files to test filesDomen Vrankar2016-11-271-4/+4
|
* 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.