summaryrefslogtreecommitdiff
path: root/tests/nonregression
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-03-23 17:47:53 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-03-23 17:47:53 +0000
commit855b5b513d92c565be762eca14ac16f01210ce97 (patch)
tree8fd82eb563a40d4dde723480b6135df31d30727f /tests/nonregression
parentb9d271c1a8d24ed4f3c6fe4cdd04c659648487eb (diff)
[trunk] add test_tile_encoder test and function related
Diffstat (limited to 'tests/nonregression')
-rw-r--r--tests/nonregression/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/nonregression/CMakeLists.txt b/tests/nonregression/CMakeLists.txt
index ed984990..70a807f5 100644
--- a/tests/nonregression/CMakeLists.txt
+++ b/tests/nonregression/CMakeLists.txt
@@ -317,3 +317,8 @@ FOREACH(OPJ_TEST_CMD_LINE ${OPJ_TEST_CMD_LINE_LIST})
ENDFOREACH(OPJ_TEST_CMD_LINE)
+
+# Encode an image into the jpeg2000 format
+ADD_TEST(test_tile_encoder
+ ${EXECUTABLE_OUTPUT_PATH}/test_tile_encoder
+ )