* test/tiffcp-logluv.sh: Fix test so that it works with a VPATH

build.
This commit is contained in:
Bob Friesenhahn 2009-08-21 18:00:07 +00:00
parent 38521145a6
commit 9ebd845680
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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
actually activated since it needed to be enabled in this
Makefile.am. Also activated parallel-tests mode since it offers

View File

@ -5,8 +5,9 @@
. ${srcdir:-.}/common.sh
outfile=deleteme-raw-$$.tif
outfile2=deleteme-sgilog-$$.tif
infile=${srcdir:-.}/images/logluv-3c-16b.tiff
operation=tiffcp
${TIFFCP} -c none images/logluv-3c-16b.tiff ${outfile}
${TIFFCP} -c none ${infile} ${outfile}
status=$?
if test $status -eq 0 ; then