summaryrefslogtreecommitdiff
path: root/tests/nonregression
AgeCommit message (Collapse)Author
2012-11-12[trunk] add some new tests related to new data; indicate that some tests ↵Mickael Savinaud
should failed because data are wrong
2012-09-30[trunk] update the name of the executable used for the testsMickael Savinaud
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2012-06-01[trunk] use new names for baselineMickael Savinaud
2012-05-14[trunk] Start activating tile testsMathieu Malaterre
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud
2012-03-02[trunk] convert from DOS eol to UNIX eolMathieu Malaterre
2011-12-02Simplify code. Use standard find_package call instead. ctest script will ↵Mathieu Malaterre
need to handle this now
2011-12-01[trunk] fix a bug during the creation of the codestream indexMickael Savinaud
2011-11-30[trunk] fix error about the way to detect the additional test suiteMickael Savinaud
2011-11-29[trunk] fix error with new way to detect kdu_expandMickael Savinaud
2011-11-27[trunk] search for kdu_expand in a more cmake-compliant wayJulien Malik
2011-11-17[trunk] WIP: fix bug when decoding an area or a tile with special resolutionMickael Savinaud
2011-11-17[trunk] WIP: enhance j2k_to_image with new get_decoded_tile functionalityMickael Savinaud
2011-11-10[trunk] fix tests/nonregresion/CMakeList.txtMickael Savinaud
2011-11-09[trunk] WIP: fix get_decoded_tile function to avoid error with output imageMickael Savinaud
2011-11-09[trunk] add some sanity check in CMakeLists to prevent STRING(REGEX..) call ↵Julien Malik
issues
2011-10-21[trunk] WIP: manage output image with area correponding to the set decoded areaMickael Savinaud
2011-10-20[trunk] WIP: isolate dump test suiteMickael Savinaud
2011-10-11[trunk] WIP: correct mistake with JP2 files and manage correctly the ↵Mickael Savinaud
text_GBR.jp2 filecase
2011-10-07[trunk] WIP: update jp2 dump functions with the new V2 frameworkMickael Savinaud
2011-10-07[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of ↵Mickael Savinaud
opj_configh.cmake.in from opj-1.5 to trunk
2011-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ↵Antonin Descampe
rather than the system ones. This fixed issue 78. Credit to Winfried.
2011-08-31enhance the encoding test suite and remove unsued CONFIGURE_FILE into a ↵Mickael Savinaud
CMakeList
2011-08-30added first version of the encoding tests suiteMickael Savinaud
2011-08-22Properly close bug #73, by providing a test for it.Mathieu Malaterre
2011-07-27correct some warnings detected under unix platformMickael Savinaud
2011-07-27added new decoding/dump tests based on data found in input/nonregresion ↵Mickael Savinaud
repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests