63e03ebcec
all of the existing tests to be based on some simple shell functions. Make distcheck works again.
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
. ${srcdir:-.}/common.sh
|
|
infile="/images/rgb-3c-16b.tiff"
|
|
outfile="o-tiff2rgba-rgb-3c-16b.tiff"
|
|
f_test_convert "$TIFF2RGBA" $infile $outfile
|
|
f_tiffinfo_validate $outfile
|