--- gforth/testdist1 1996/10/31 17:41:17 1.1 +++ gforth/testdist1 1997/05/29 19:42:15 1.4 @@ -1,8 +1,9 @@ #tests that dist works #call this with gforth-$(version).tar.gz in the working directory -GFORTH=gforth-0.2.0 -mkdir test -cd test +#use this if your make cannot handle VPATH +GFORTH=gforth-0.3.1 +mkdir test-dist +cd test-dist DIR=$PWD gunzip -cd ../$GFORTH.tar.gz|tar xf - cd $GFORTH @@ -16,4 +17,4 @@ make bench cd .. install/bin/gforth tester.fs coretest.fs postponetest.fs dbltest.fs -e bye cd .. -rm -rf test +rm -rf test-dist