diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-14 15:52:22 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-14 15:52:22 +0000 |
| commit | 71a9f498b526a71cc938793ac74d4512cb1b8ab6 (patch) | |
| tree | e29512ec00c769f08a0a49ea8f4e88b0d45b7841 /tests | |
| parent | b607da8ae9187196abba38d8f3b6ea751c3ad2f9 (diff) | |
[trunk] Since r2747 we are now able to track which files are missing from the test_suite. Add them.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index 47d26a93..2f856819 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -144,6 +144,10 @@ opj_decompress -i @INPUT_NR_PATH@/issue211.jp2 -o @TEMP_PATH@/i opj_decompress -i @INPUT_NR_PATH@/issue171.jp2 -o @TEMP_PATH@/issue171.jp2.pgx # issue 171 !opj_decompress -i @INPUT_NR_PATH@/issue165.jp2 -o @TEMP_PATH@/issue165.jp2.pgx +# +!opj_decompress -i @INPUT_NR_PATH@/broken.jpc -o @TEMP_PATH@/broken.jpc.pgx +# issue 226 +opj_decompress -i @INPUT_NR_PATH@/issue226.j2k -o @TEMP_PATH@/issue226.j2k.pgx # decode with specific area # prec=12; nb_c=1 |
