diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-21 10:19:36 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-21 10:19:36 +0000 |
| commit | 51ae8b7926b235ada3ba173d486f2536764527d9 (patch) | |
| tree | 789aa4e8d68eef53f1f28043e236eaa3d60183d4 /tests/nonregression | |
| parent | 3280dc344f44c501e43d1fdfc27936f4220fe3a7 (diff) | |
minor doc tweak
Diffstat (limited to 'tests/nonregression')
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index ba89ef7c..c5310547 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -1,19 +1,21 @@ -# This file list all the input commands of the tests run by the ctest command which
-# are not related to the conformance files.
+# This file list all the input commands of the tests run by the ctest command
+# which are not related to the conformance files.
#
-# For each line of this file (exept line which begin with #) an image_to_j2k test or a
-# j2k_to_image is run and its related tests.
-# + For encoder related tests = dump, compare dump to base, decode the encoded file with
-# reference and compare the decoded file with the baseline decoded previously with
-# ref decoder.
-# + For decoder related tests = dump, compare dump to base, (TODO: compare outpout decoding
-# image to base)
+# For each line of this file (exept line which begin with #) an image_to_j2k
+# test or a j2k_to_image is run and its related tests.
+# + For encoder related tests = dump, compare dump to base, decode the
+# encoded file with reference and compare the decoded file with the baseline
+# decoded previously with ref decoder.
+# + For decoder related tests = dump, compare dump to base, (TODO: compare
+# outpout decoding image to base)
#
-# Line begin with ! should failed (should be used for bad jpeg2000 file which should be
-# gracefully rejected)
+# Line begining with ! should fail (use for bad jpeg2000 file which should
+# gracefully be rejected)
#
-# You can use @INPUT_NR_PATH@ and @TEMP_PATH@ cmake variable which refers to OPJ_DATA_ROOT
-# repository. However you can use relative path or absolute path.
+# You can use @INPUT_NR_PATH@ and @TEMP_PATH@ cmake variable which refers to
+# OPJ_DATA_ROOT repository. You can use either relative path or absolute path.
+# However you cannot have space in the path for neither INPUT_NR_PATH nor
+# TEMP_PATH
# ENCODER TEST SUITE
image_to_j2k -i @INPUT_NR_PATH@/Bretagne1.ppm -o @TEMP_PATH@/Bretagne1_0.j2k -r 200,50,10
|
