|
|
1.1 root 1: echo Copying files to personalized interpreter area ...
2: cp ../pifuncs/*.c ../pidemo/pi
3: cp pdef.h ../pidemo/h/pdef.h
4: echo Making personalized interpreter ...
5: (cd ../pidemo/pi; make OBJS="getenv.o iscope.o math.o seek.o trig.o ttyctl.o" \
6: LIB="-lc -lm")
7: echo Running tests ...
8: for i in `cat func.tlist`
9: do
10: rm -f local/$i.out
11: echo Running $i
12: ../pidemo/picont -s t-$i.icn -x >local/$i.out 2>&1
13: echo Checking $i
14: diff distr/$i.out local/$i.out
15: rm -f t-$i
16: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.