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"
|