summaryrefslogtreecommitdiff
path: root/tests/nonregression/checkmd5refs.cmake
AgeCommit message (Collapse)Author
2020-02-07tests: add alternate checksums for libtiff 4.1Even Rouault
Fixes #1233 libtiff 4.1 slightly modifies the way it generates files. So add the new expected md5sum. Not super elegant solution admitedly.
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines
2015-07-17Add tests for TIFF outputmayeut
Update uclouvain/openjpeg#322
2014-10-22[trunk] workaround to make MD5 work under valgrind on MacOSX (fixes issue 410)Antonin Descampe
2014-03-13[trunk] Add documentation to the checkmd5refs cmake module (used for ↵Mathieu Malaterre
regression testing)
2014-03-06[trunk] Make sure that all output files from the test suite are using a ↵Mathieu Malaterre
different output name Fixes issue 271
2014-02-26[trunk] Update missing md5sumsMathieu Malaterre
2014-02-26[trunk] When no output PGX file is found, report an errorMathieu Malaterre
2014-02-24[trunk] Make sure to always output pgx file. Handle case where multiple pgx ↵Mathieu Malaterre
files are generated. Fixes all tests.
2014-02-24[trunk] improve test suite by checking against a reference md5Mathieu Malaterre