Annotation of gforth/testdist1, revision 1.1

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

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