[gforth] / gforth / testdist  

gforth: gforth/testdist

Diff for /gforth/testdist between version 1.6 and 1.7

version 1.6, Tue Dec 22 23:11:29 1998 UTC version 1.7, Tue May 1 13:35:42 2001 UTC
Line 5 
Line 5 
 MACHINE=`hostname`  MACHINE=`hostname`
 GFORTH=`basename $1 .tar.gz`  GFORTH=`basename $1 .tar.gz`
 DIR=`pwd`  DIR=`pwd`
   chmod -R +w $GFORTH
 rm -rf $GFORTH  rm -rf $GFORTH
 gunzip -cd $1 | tar xf -  gunzip -cd $1 | tar xf -
 if make --version|grep -q GNU  if make --version|grep -q GNU
Line 19 
Line 20 
         cd $GFORTH          cd $GFORTH
         ./configure --prefix=$DIR/install          ./configure --prefix=$DIR/install
 fi  fi
 make  make &&
 make check  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 bench
 cd ..  cd 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  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 ..


Generate output suitable for use with a patch program
Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help