diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-12-20 18:58:28 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-12-20 18:58:28 +0000 |
| commit | f7ff08de5a0a81c9b5cc8c865a927b0882e514c5 (patch) | |
| tree | 386141e7bbb22f53555c21cf31b8bca6207c7d9f | |
| parent | f1bae45c769e4360d9ed2e78fff5cb52fa6e4a8c (diff) | |
[trunk] updated tests to get BMP RLE8 tested
Update issue 203
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index c3c31f9c..3161b8f8 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -50,6 +50,7 @@ opj_compress -i @INPUT_NR_PATH@/issue316.png -o @TEMP_PATH@/issue316.png.jp2 opj_compress -i @INPUT_NR_PATH@/basn6a08.png -o @TEMP_PATH@/basn6a08.png.jp2 -n 6 # issue 203 BMP Files not handled properly opj_compress -i @INPUT_NR_PATH@/issue203-8bpp-width1.bmp -o @TEMP_PATH@/issue203-8bpp-width1.bmp.jp2 +opj_compress -i @INPUT_NR_PATH@/issue203-rle8.bmp -o @TEMP_PATH@/issue203-rle8.bmp.jp2 # DECODER TEST SUITE opj_decompress -i @INPUT_NR_PATH@/Bretagne2.j2k -o @TEMP_PATH@/Bretagne2.j2k.pgx |
