--- gforth/testdist 2001/05/01 13:35:42 1.7 +++ gforth/testdist 2002/08/28 17:50:28 1.9 @@ -26,10 +26,14 @@ make check && #gforth test-counted-loops.fs make install && #make bench -cd vmgen-ex && +chmod -R +w ../$GFORTH/vmgen-ex ../$GFORTH/vmgen-ex2 && +cd ../$GFORTH/vmgen-ex && +PATH=$DIR/install/bin:$PATH make check && +cd ../vmgen-ex2 && PATH=$DIR/install/bin:$PATH make check && cd .. && cd .. && -install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye && echo test ok +install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye && +echo test ok chmod -R +w $GFORTH cd ..