File:  [CSRG BSD Unix] / 43BSD / contrib / icon / libtest / Functest
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

echo Copying files to personalized interpreter area ...
cp ../pifuncs/*.c ../pidemo/pi
cp pdef.h ../pidemo/h/pdef.h
echo Making personalized interpreter ...
(cd ../pidemo/pi; make OBJS="getenv.o iscope.o math.o seek.o trig.o ttyctl.o" \
   LIB="-lc -lm")
echo Running tests ...
for i in `cat func.tlist`
do
        rm -f local/$i.out
        echo Running $i
	../pidemo/picont -s t-$i.icn -x >local/$i.out 2>&1
        echo Checking $i
        diff distr/$i.out local/$i.out
	rm -f t-$i
done

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.