summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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.