* test/setup-test: Run 'make clean' before building
authorJosh Bressers <josh@bress.net>
Fri, 25 Jul 2008 01:07:39 +0000 (01:07 +0000)
committerJosh Bressers <josh@bress.net>
Fri, 25 Jul 2008 01:07:39 +0000 (01:07 +0000)
ChangeLog
test/setup-test

index 0d47602..7e6b2eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-07-24  Eric Gillespie  <epg@pretzelnet.org>
 
+       * test/setup-test: Run 'make clean' before building
+
+2008-07-24  Eric Gillespie  <epg@pretzelnet.org>
+
        * test/runtest: cat test-temp-dir only once.  Destroy and create
        test Mail hierarchy here, so each test has its own independent
        test data.
index a05b139..46b83b0 100755 (executable)
@@ -6,6 +6,7 @@ echo $TEMPDIR > test-temp-dir
 cd ..
 autoheader && autoconf && date > stamp-h.in
 ./configure --prefix=$TEMPDIR --with-locking=fcntl
+make clean
 make install
 
 echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile