diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-11-08 16:30:46 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-11-08 16:30:46 +0000 |
| commit | fb0a11636f6a6e0ee61a75ea2052309c399cf86b (patch) | |
| tree | 9c0106b747926faf30183f8bda4c691f433c9fbf | |
| parent | 7bf09734d767d0756be2d64676a9d827bd6843d3 (diff) | |
[trunk] Add new tests (j2k_random_tile_access)
| -rw-r--r-- | tests/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9e53f366..e2f89245 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -67,6 +67,11 @@ set_property(TEST ttd2 APPEND PROPERTY DEPENDS tte2) #add_test(ttd7 ${EXECUTABLE_OUTPUT_PATH}/test_tile_decoder 0 0 512 512 tte7.jp2) #set_property(TEST ttd7 APPEND PROPERTY DEPENDS tte7) +add_test(rta1 ${EXECUTABLE_OUTPUT_PATH}/j2k_random_tile_access tte1.j2k) +set_property(TEST rta1 APPEND PROPERTY DEPENDS tte1) +add_test(rta2 ${EXECUTABLE_OUTPUT_PATH}/j2k_random_tile_access tte2.jp2) +set_property(TEST rta1 APPEND PROPERTY DEPENDS tte2) + # 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)") |
