X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=test%2Fsetup-test;h=00ad57a03b1dae26bd18bf8d03629cf9c666a7e7;hp=a05b13924ad6d6684eef0dcba1af51236c28cf28;hb=4a6d6b0b6d7c306c3d73e39a6a76f016ff60a6b1;hpb=7afe9b7d7142e48c76dfac3992fdf91d3e5518ff diff --git a/test/setup-test b/test/setup-test index a05b139..00ad57a 100755 --- a/test/setup-test +++ b/test/setup-test @@ -1,11 +1,14 @@ #!/bin/sh +set -e + TEMPDIR=`mktemp -d /tmp/nmh-test-XXXXXXXX` echo $TEMPDIR > test-temp-dir cd .. -autoheader && autoconf && date > stamp-h.in -./configure --prefix=$TEMPDIR --with-locking=fcntl +./autogen.sh +./configure --prefix=$TEMPDIR --with-locking=fcntl --enable-debug +make clean make install echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile