File:  [gforth] / gforth / testdist1
Revision 1.4: download - view: text, annotated - select for diffs
Thu May 29 19:42:15 1997 UTC (26 years, 9 months ago) by pazsan
Branches: MAIN
CVS tags: v0-7-0, v0-6-2, v0-6-1, v0-6-0, v0-5-0, v0-4-0, HEAD
Bug fixes, consistency improvements,
added lib.fs

    1: #tests that dist works
    2: #call this with gforth-$(version).tar.gz in the working directory
    3: #use this if your make cannot handle VPATH
    4: GFORTH=gforth-0.3.1
    5: mkdir test-dist
    6: cd test-dist
    7: DIR=$PWD
    8: gunzip -cd ../$GFORTH.tar.gz|tar xf -
    9: cd $GFORTH
   10: ./configure --prefix=$DIR/install
   11: make
   12: make check
   13: #gforth locals-test.fs
   14: #gforth test-counted-loops.fs
   15: make install
   16: make bench
   17: cd ..
   18: install/bin/gforth tester.fs coretest.fs postponetest.fs dbltest.fs -e bye
   19: cd ..
   20: rm -rf test-dist

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