| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
| |
Add tests for RPM and DEB package test for currently supported
dependency features (requires, provides, conflicts, ...).
|
|
|
|
|
| |
Bumped version to current cmake version so that we always use latest
policies.
|
|
|
|
|
| |
getPackageInfo helper function returns package info
for provided deb package file
|
|
|
|
|
| |
Enable CXX language for CPack tests so that they may compile binaries if
needed.
|
|
|
|
|
| |
Component version of CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
variable.
|
|
|
|
|
| |
Add verifyDebControl helper function for checking
of package control files such as preinstall scripts.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Move PARTIALLY_RELOCATABLE_WARNING test to the new common CPack test
script structure to have all tests in one place as well as additional
benefit of having some more checks done during test execution.
|
|
Add script structure for easier addition of new CPack related tests.
|