Diff for /gforth/testdist between versions 1.7 and 1.10

version 1.7, 2001/05/01 13:35:42 version 1.10, 2003/02/01 15:52:25
Line 26  make check && Line 26  make check &&
 #gforth test-counted-loops.fs  #gforth test-counted-loops.fs
 make install &&  make install &&
 #make bench  #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 &&  PATH=$DIR/install/bin:$PATH make check &&
 cd .. &&  cd .. &&
   make all-bench &&
 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  chmod -R +w $GFORTH
 cd ..  cd ..

Removed from v.1.7  
changed lines
  Added in v.1.10


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