summaryrefslogtreecommitdiff
path: root/test/tiffcp-lzw-compat.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-11 09:20:31 +0000
committerEven Rouault <even.rouault@spatialys.com>2017-07-11 09:20:31 +0000
commitabc862b59421d182ff9bf3dd8ea42d85153891c7 (patch)
treee4ea30da548b5ff6f7ab7f88afc8035ed525abe6 /test/tiffcp-lzw-compat.sh
parent222083301aeccd536baa98b65571ef089279bf51 (diff)
downloadlibtiff-git-abc862b59421d182ff9bf3dd8ea42d85153891c7.tar.gz
* test/tiffcp-lzw-compat.sh, test/images/quad-lzw-compat.tiff: new files
to test old-style LZW decompression * test/common.sh, Makefile.am, CMakeList.txt: updated with above
Diffstat (limited to 'test/tiffcp-lzw-compat.sh')
-rwxr-xr-xtest/tiffcp-lzw-compat.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tiffcp-lzw-compat.sh b/test/tiffcp-lzw-compat.sh
new file mode 100755
index 00000000..bfc8d841
--- /dev/null
+++ b/test/tiffcp-lzw-compat.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Basic sanity check for tiffcp with LZW Old-LZW decompression
+#
+. ${srcdir:-.}/common.sh
+f_test_convert "${TIFFCP} -c none" "${IMG_QUAD_LZW_COMPAT}" "o-tiffcp-lzw-compat.tiff" \ No newline at end of file