--- gforth/testdist 2002/08/28 17:50:28 1.9 +++ gforth/testdist 2003/02/01 19:59:15 1.11 @@ -25,12 +25,12 @@ make check && #gforth locals-test.fs #gforth test-counted-loops.fs make install && -#make bench +#make all-bench && chmod -R +w ../$GFORTH/vmgen-ex ../$GFORTH/vmgen-ex2 && cd ../$GFORTH/vmgen-ex && -PATH=$DIR/install/bin:$PATH make check && +PATH=$DIR/install/bin:$PATH make check GCC="cc -O" && cd ../vmgen-ex2 && -PATH=$DIR/install/bin:$PATH make check && +PATH=$DIR/install/bin:$PATH make check GCC="cc -O" && cd .. && cd .. && install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye &&