You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
286 B

# Test environment
SRCDIR=`dirname $0`
SRCDIR=`cd $SRCDIR && pwd`
TOPSRCDIR=`cd $srcdir && pwd`
REFERENCE_IMAGE="${TOPSRCDIR}/images/rose.pnm"
. ./common.shi
[ "X$CONVERT" = "X" ] && CONVERT=convert
[ "X$IDENTIFY" = "X" ] && IDENTIFY=identify
export SRCDIR TOPSRCDIR
cd tests || exit 1