File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,15 @@ JPEG_DEPENDENT_CHECK_PROG=
68
68
JPEG_DEPENDENT_TESTSCRIPTS =
69
69
endif
70
70
71
+ if HAVE_JBIG
72
+ if TIFF_TOOLS
73
+ JBIG_DEPENDENT_TESTSCRIPTS =\
74
+ tiffcp-lzw-single-strip-jbig.sh
75
+ endif
76
+ else
77
+ JBIG_DEPENDENT_TESTSCRIPTS =
78
+ endif
79
+
71
80
if BUILD_STATIC
72
81
STATIC_CHECK_PROGS =rational_precision2double test_write_read_tags test_transferfunction_write_read
73
82
endif
@@ -162,7 +171,8 @@ TESTSCRIPTS = \
162
171
testfax4.sh \
163
172
testfax3_bug_513.sh \
164
173
testdeflatelaststripextradata.sh \
165
- $(JPEG_DEPENDENT_TESTSCRIPTS )
174
+ $(JPEG_DEPENDENT_TESTSCRIPTS ) \
175
+ $(JBIG_DEPENDENT_TESTSCRIPTS )
166
176
else
167
177
TESTSCRIPTS =
168
178
endif
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ # Generated file, master is Makefile.am
3
+ . ${srcdir:- .} /common.sh
4
+ infile=" $srcdir /images/lzw-single-strip.tiff"
5
+ outfile=" o-tiffcp-lzw-single-strip-jbig.tiff"
6
+ f_test_convert " ${TIFFCP} -c jbig" $infile $outfile
7
+ f_tiffinfo_validate $outfile
You can’t perform that action at this time.
0 commit comments