Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add infrastructure to split up large CPack tests | Kyle Edwards | 2019-01-10 | 1 | -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 files | Andrew Fuller | 2018-07-25 | 1 | -1/+5 |
| | |||||
* | Tests: Add test for cmake --build . --target package | Kyle Edwards | 2018-07-17 | 1 | -7/+23 |
| | |||||
* | CPack tests: add possibility for expecting config developer warnings | Domen Vrankar | 2017-11-19 | 1 | -0/+19 |
| | |||||
* | CPack test: expand output checking fallback | Domen Vrankar | 2017-11-08 | 1 | -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 overloads | Domen Vrankar | 2017-01-10 | 1 | -1/+5 |
| | | | | | Added std out/std err expected regex file name overloads for packaging type. | ||||
* | Tests: source CPack tests don't require build stage | Domen Vrankar | 2016-11-27 | 1 | -2/+2 |
| | |||||
* | Tests: CPack test set packaging type | Domen Vrankar | 2016-11-27 | 1 | -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 prerequirements | Domen Vrankar | 2016-11-27 | 1 | -2/+2 |
| | | | | | Move per test prerequirements into the belonging test. | ||||
* | Tests: CPack test move std error files to test files | Domen Vrankar | 2016-11-27 | 1 | -4/+4 |
| | |||||
* | Tests: CPack/RPM test introduction of default stderr test output | Domen Vrankar | 2016-11-27 | 1 | -0/+2 |
| | |||||
* | Tests: fix CPack test source packages missing generator type | Domen Vrankar | 2016-11-27 | 1 | -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 path | Domen Vrankar | 2016-11-27 | 1 | -2/+1 |
| | | | | | Invalid config file path was passed to per test specific prerequirements script. | ||||
* | Tests: Fix RunCMake.CPack test infrastructure after logical conflict | Domen Vrankar | 2016-09-20 | 1 | -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 King | 2016-09-20 | 1 | -0/+66 |
|\ | | | | | | | | | d9cec8ad CPack/RPM: Generate source rpm (SRPM) packages on demand | ||||
| * | CPack/RPM: Generate source rpm (SRPM) packages on demand | Domen Vrankar | 2016-09-20 | 1 | -0/+66 |
| | | | | | | | | Closes: #15839 | ||||
* | | Tests: Add subtest support to RunCMake/CPack infrastructure | Domen Vrankar | 2016-09-19 | 1 | -6/+34 |
|/ | |||||
* | CPack/Deb test changes due to breaking changes | Domen Vrankar | 2016-05-13 | 1 | -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 generator | Domen Vrankar | 2015-10-01 | 1 | -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 Vrankar | 2015-06-15 | 1 | -0/+76 |
Add script structure for easier addition of new CPack related tests. |