diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-06-30 13:52:23 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-06-30 13:52:23 +0000 |
| commit | b09051fd79da1101185a73198aac2d65cf2b2450 (patch) | |
| tree | 497030889cbeb1fc666121e8783eadceb2a5771c /applications/codec | |
| parent | 1837d6efa0c73b730d4f01921eec8e21d8eaf398 (diff) | |
fixed CTest configuration files
Diffstat (limited to 'applications/codec')
| -rw-r--r-- | applications/codec/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/codec/CMakeLists.txt b/applications/codec/CMakeLists.txt index 44f10872..1a25d310 100644 --- a/applications/codec/CMakeLists.txt +++ b/applications/codec/CMakeLists.txt @@ -133,6 +133,7 @@ foreach(filename ${OPENJPEG_DATA_IMAGES_GLOB}) 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}) + SET_TESTS_PROPERTIES(i2j-${filename_temp}-${codec_type} PROPERTIES DEPENDS j2i-${filename_temp}-${codec_type}) #if(UNIX) # ADD_TEST(cmp-${filename_temp}-${codec_type} cmp ${filename} ${filename_temp}.${codec_type}${filename_ext}) #endif(UNIX) |
