diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 09:29:42 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 09:29:42 +0000 |
| commit | 180d06613a9de68543a060a5ad735dfcb94df4ef (patch) | |
| tree | 519a060418edb53f201f6120bb24a09e2249d17d /tests | |
| parent | c3ee4212f0894f022291f4dfaf055efd43fe095c (diff) | |
Use the right file as input for the test ttd2
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 18a218d5..a5ada2f8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -57,7 +57,7 @@ ADD_TEST(ttd0 ${EXECUTABLE_OUTPUT_PATH}/test_tile_decoder) set_property(TEST ttd0 APPEND PROPERTY DEPENDS tte0) ADD_TEST(ttd1 ${EXECUTABLE_OUTPUT_PATH}/test_tile_decoder 0 0 1024 1024 tte1.j2k) set_property(TEST ttd1 APPEND PROPERTY DEPENDS tte1) -ADD_TEST(ttd2 ${EXECUTABLE_OUTPUT_PATH}/test_tile_decoder 0 0 1024 1024 tte1.jp2) +ADD_TEST(ttd2 ${EXECUTABLE_OUTPUT_PATH}/test_tile_decoder 0 0 1024 1024 tte2.jp2) set_property(TEST ttd2 APPEND PROPERTY DEPENDS tte2) # No image send to the dashboard if lib PNG is not available. |
