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

#tests that dist works
#call this with gforth-$(version).tar.gz in the working directory
#use this if your make cannot handle VPATH
GFORTH=gforth-0.3.1
mkdir test-dist
cd test-dist
DIR=$PWD
gunzip -cd ../$GFORTH.tar.gz|tar xf -
cd $GFORTH
./configure --prefix=$DIR/install
make
make check
#gforth locals-test.fs
#gforth test-counted-loops.fs
make install
make bench
cd ..
install/bin/gforth tester.fs coretest.fs postponetest.fs dbltest.fs -e bye
cd ..
rm -rf test-dist

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