--- gforth/testdist 2001/05/01 14:35:00 1.8 +++ gforth/testdist 2003/02/01 15:52:25 1.10 @@ -26,11 +26,15 @@ make check && #gforth test-counted-loops.fs make install && #make bench -chmod -R +w ../$GFORTH/vmgen-ex && +chmod -R +w ../$GFORTH/vmgen-ex ../$GFORTH/vmgen-ex2 && cd ../$GFORTH/vmgen-ex && 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 +cd ../vmgen-ex2 && +PATH=$DIR/install/bin:$PATH make check && +cd .. && +make all-bench && +cd .. && +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 ..