]>
diplodocus.org Git - nmh/blob - test/setup-test
5 if TEMPDIR
=`cat test-temp-dir 2> /dev/null` \
6 && [ -e $TEMPDIR/bld
/Makefile
]; then
7 (cd $TEMPDIR/bld
&& make all
install)
11 TEMPDIR
=`mktemp -d /tmp/nmh-test-XXXXXXXX`
12 echo $TEMPDIR > test-temp-dir
15 if ! [ -e configure
]; then
21 $srcdir/configure
--prefix=$TEMPDIR --with-locking=fcntl
--enable-debug