summaryrefslogtreecommitdiff
path: root/test/tiffcp-lzw-compat.sh
diff options
context:
space:
mode:
authorerouault <erouault>2017-07-11 09:20:31 +0000
committererouault <erouault>2017-07-11 09:20:31 +0000
commit84d814f577a51c9823bace6f19f294c3554be2e1 (patch)
treeb6dc2432961d69d459cd11963fcd27bdf8572a61 /test/tiffcp-lzw-compat.sh
parenta24ced6da88459331b79a23da95373a7ad65c4a1 (diff)
downloadlibtiff-84d814f577a51c9823bace6f19f294c3554be2e1.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