removed badly written tests from CTest in codec/CMakeLists.txt
authorAntonin Descampe <antonin@gmail.com>
Mon, 3 Jan 2011 22:44:59 +0000 (22:44 +0000)
committerAntonin Descampe <antonin@gmail.com>
Mon, 3 Jan 2011 22:44:59 +0000 (22:44 +0000)
CHANGES
codec/CMakeLists.txt

diff --git a/CHANGES b/CHANGES
index 18a1c9894feef13d20e1e16f5e4a3e3556e680a0..ad729e833d200dbff5bc94a8eb1597c189245af8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@ What's New for OpenJPEG
 ! : changed
 + : added
 
+January 3, 2011
+- [antonin] removed badly written tests from CTest in 'codec/CMakeLists.txt'
+
+_______ R697 : OPENJPEG 1.4 RELEASED ______________________________
+
 January 2, 2011
 * [antonin] bug fixes to enable cmake compilation on WIN32 platform
                        - fixed getopt bug in jpwl/CMakeLists.txt
index 346f81cef1989d22a5931a681674f96e2ea99dc7..9b5b70c225a2b47d057425e4f6957c2f006cb0a1 100644 (file)
@@ -93,6 +93,8 @@ foreach(filename ${OPENJPEG_DATA_IMAGES_GLOB})
   ADD_TEST(dump-${filename_temp} ${EXECUTABLE_OUTPUT_PATH}/j2k_dump -i ${filename})
   foreach(codec_type ppm pgx bmp tif raw tga png)
     ADD_TEST(j2i-${filename_temp}-${codec_type} ${EXECUTABLE_OUTPUT_PATH}/j2k_to_image -i ${filename} -o ${filename_temp}.${codec_type})
+  endforeach(codec_type)
+  foreach(codec_type ppm bmp tif tga png)
     ADD_TEST(i2j-${filename_temp}-${codec_type} ${EXECUTABLE_OUTPUT_PATH}/image_to_j2k -i ${filename_temp}.${codec_type} -o ${filename_temp}.${codec_type}${filename_ext})
     #if(UNIX)
     #  ADD_TEST(cmp-${filename_temp}-${codec_type} cmp ${filename} ${filename_temp}.${codec_type}${filename_ext})