[gforth] / gforth / testdist  

gforth: gforth/testdist

File: [gforth] / gforth / testdist (download)
Revision: 1.3, Thu Mar 20 14:39:53 1997 UTC (16 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-3-0
Changes since 1.2: +2 -1 lines
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 handles VPATH ok
GFORTH=gforth-0.3.0
mkdir test
cd test
DIR=$PWD
gunzip -cd ../$GFORTH.tar.gz|tar xf -
chmod -R a-w $GFORTH
mkdir build
cd build
../$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
chmod -R +w $GFORTH
cd ..
rm -rf test

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help