|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.