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 |
Domen Vrankar
|
7e940bf74a
|
CPack/Deb test changes due to breaking changes
New CPack/Deb tests and changes to old tests
as package file names and inter component dependency
detection was changed.
|
2016-05-13 10:46:05 -04: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
|
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 |