File:  [gforth] / gforth / testdist1
Revision 1.3: download - view: text, annotated - select for diffs
Thu Mar 20 14:39:54 1997 UTC (27 years ago) by anton
Branches: MAIN
CVS tags: v0-3-0, HEAD
fixed a few Makefile bugs (make clean)
renamed blocks.fs:flush-file into flush-blocks
fixed bell bug (now flushes the output)
documentation changes

#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.0
mkdir test
cd test
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

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