Diff for /gforth/testdist between versions 1.8 and 1.11

version 1.8, 2001/05/01 14:35:00 version 1.11, 2003/02/01 19:59:15
Line 25  make check && Line 25  make check &&
 #gforth locals-test.fs  #gforth locals-test.fs
 #gforth test-counted-loops.fs  #gforth test-counted-loops.fs
 make install &&  make install &&
 #make bench  #make all-bench &&
 chmod -R +w ../$GFORTH/vmgen-ex &&  chmod -R +w ../$GFORTH/vmgen-ex ../$GFORTH/vmgen-ex2 &&
 cd ../$GFORTH/vmgen-ex &&  cd ../$GFORTH/vmgen-ex &&
 PATH=$DIR/install/bin:$PATH make check &&  PATH=$DIR/install/bin:$PATH make check GCC="cc -O" &&
 cd ..  cd ../vmgen-ex2 &&
 cd ..  PATH=$DIR/install/bin:$PATH make check GCC="cc -O" &&
 install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye && echo test ok  cd .. &&
   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  chmod -R +w $GFORTH
 cd ..  cd ..

Removed from v.1.8  
changed lines
  Added in v.1.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>