Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: CPack move tests to separate dir | Domen Vrankar | 2016-11-27 | 1 | -8/+0 |
| | | | | | | For greater transparency tests are moved to a subfolder with each test having its own dir. | ||||
* | Tests: CPack test should use default package name | Domen Vrankar | 2016-11-27 | 1 | -2/+0 |
| | | | | | | | | Package names are irrelevant for most CPack tests so tests now set default package name that is created from test name and used if it is not explicitly provided in the test. | ||||
* | CPack/DEB: Add option to select archive type | Domen Vrankar | 2016-09-05 | 1 | -0/+10 |
Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332 |