* test/tiffcp-logluv.sh: Fix test so that it works with a VPATH
build.
This commit is contained in:
parent
38521145a6
commit
9ebd845680
@ -1,5 +1,8 @@
|
|||||||
2009-08-21 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
2009-08-21 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||||
|
|
||||||
|
* test/tiffcp-logluv.sh: Fix test so that it works with a VPATH
|
||||||
|
build.
|
||||||
|
|
||||||
* test/Makefile.am (AUTOMAKE_OPTIONS): Colorized tests was not
|
* test/Makefile.am (AUTOMAKE_OPTIONS): Colorized tests was not
|
||||||
actually activated since it needed to be enabled in this
|
actually activated since it needed to be enabled in this
|
||||||
Makefile.am. Also activated parallel-tests mode since it offers
|
Makefile.am. Also activated parallel-tests mode since it offers
|
||||||
|
@ -5,8 +5,9 @@
|
|||||||
. ${srcdir:-.}/common.sh
|
. ${srcdir:-.}/common.sh
|
||||||
outfile=deleteme-raw-$$.tif
|
outfile=deleteme-raw-$$.tif
|
||||||
outfile2=deleteme-sgilog-$$.tif
|
outfile2=deleteme-sgilog-$$.tif
|
||||||
|
infile=${srcdir:-.}/images/logluv-3c-16b.tiff
|
||||||
operation=tiffcp
|
operation=tiffcp
|
||||||
${TIFFCP} -c none images/logluv-3c-16b.tiff ${outfile}
|
${TIFFCP} -c none ${infile} ${outfile}
|
||||||
status=$?
|
status=$?
|
||||||
|
|
||||||
if test $status -eq 0 ; then
|
if test $status -eq 0 ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user