Daniel Pfeifer
|
7a649111cd
|
Use string(APPEND) in Tests
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'
|
2016-07-28 00:43:04 +02:00 |
Raffi Enficiaud
|
341cd93489
|
CPackDeb: ctest tests for compression scheme leak
Test that changing compression of debian package
content does not affect DEBIAN/ files which must
be gzipped
|
2015-11-03 18:18:35 +01:00 |
Raffi Enficiaud
|
7c7874c86e
|
CPackDeb: preventing md5sum on symlinks
- Direct call to cmSystemTools::ComputeFileMD5
- Avoiding hashing symlinks
- Tests
|
2015-09-18 22:20:42 +02:00 |
Raffi Enficiaud
|
e3f522f6e4
|
CPack/DEB per component dependencies
Dependencies may now be set per component
|
2015-05-08 23:36:26 +02:00 |
Raffi Enficiaud
|
75b0e1679c
|
CPackDeb: Add basic package tests
Tests of generated component based deb packages with lintian and dpkg.
Also includes basic file name check.
|
2015-04-23 09:03:10 -04:00 |