summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-271-1/+1
| | | | | | | Automate with: find Tests -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
* CPackDeb: ctest tests for compression scheme leakRaffi Enficiaud2015-11-031-1/+5
| | | | | | Test that changing compression of debian package content does not affect DEBIAN/ files which must be gzipped
* CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-3/+9
| | | | | | - Direct call to cmSystemTools::ComputeFileMD5 - Avoiding hashing symlinks - Tests
* CPack/DEB per component dependenciesRaffi Enficiaud2015-05-081-0/+1
| | | | Dependencies may now be set per component
* CPackDeb: Add basic package testsRaffi Enficiaud2015-04-231-0/+192
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check.