summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-05-14 07:03:33 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-05-14 07:03:33 +0000
commitaf96c721c4e27fe46539fa470fd1575301e5ace2 (patch)
tree24f47b179899288282fd61b0213018c0d40dc562 /tests/CMakeLists.txt
parenta9b653db269980337989ad14b4fd1171b5843b84 (diff)
[trunk] Import from v2 test_tile_decoder
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index d8f29f4d..486a913e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -42,6 +42,9 @@ ADD_EXECUTABLE(compareRAWimages ${compareRAWimages_SRCS})
ADD_EXECUTABLE(test_tile_encoder test_tile_encoder.c)
TARGET_LINK_LIBRARIES(test_tile_encoder ${OPENJPEG_LIBRARY_NAME})
+ADD_EXECUTABLE(test_tile_decoder test_tile_decoder.c)
+TARGET_LINK_LIBRARIES(test_tile_decoder ${OPENJPEG_LIBRARY_NAME})
+
# No image send to the dashboard if lib PNG is not available.
IF(NOT HAVE_LIBPNG)
MESSAGE(WARNING "Lib PNG seems to be not available: if you want run the non-regression tests with images reported to the dashboard, you need it (try BUILD_THIRDPARTY)")