2737e0e77b
test programs and scripts. * test/tiffinfo.sh: A trivial example test script. * test/common.sh: Added small script for setting the environment used by script-based tests.
8 lines
158 B
Bash
8 lines
158 B
Bash
# Common code fragment for tests
|
|
#
|
|
SRCDIR=`dirname $0`
|
|
SRCDIR=`cd $SRCDIR && pwd`
|
|
TOPSRCDIR=`cd $srcdir/.. && pwd`
|
|
TOOLS="../tools"
|
|
IMAGES="${SRCDIR}/images"
|