summaryrefslogtreecommitdiff
path: root/tests/unit/CMakeLists.txt
AgeCommit message (Collapse)Author
2023-03-26opj_jp2_read_header(): move setting icc_profile here instead in ↵Even Rouault
opj_jp2_decode()/get_tile() + add unit test (fixes #570)
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
2014-02-27[trunk] simplify code using for loopMathieu Malaterre
2014-02-24[trunk] Prefer the new style cmake: add_test commandMathieu Malaterre
Fixes issues 258
2012-11-27[trunk] add empty test about the issue 197. Updates issue 197Mickael Savinaud
2012-10-01[trunk] import unit testing from 1.5.x branchMathieu Malaterre