File:  [gforth] / gforth / testdist1
Revision 1.2: download - view: text, annotated - select for diffs
Mon Dec 23 15:07:46 1996 UTC (27 years, 4 months ago) by anton
Branches: MAIN
CVS tags: HEAD
bumped version number to 0.2.9.
added --offset-image option, comp-image.fs, and changed Makefile to
make a relocatable image gforth.fi from two nonrelocatable images.
added UNDER+.

#tests that dist works
#call this with gforth-$(version).tar.gz in the working directory
GFORTH=gforth-0.2.1
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>