added rcsid

added compilation of tstgto.p
This commit is contained in:
sater 1984-07-12 14:05:03 +00:00
parent 381355408e
commit 10b9e1a748

View file

@ -1,3 +1,5 @@
# $Header$
all: testC testI all: testC testI
testI: testI:
@ -7,6 +9,7 @@ testI:
int t4.p; em int t4.p; em
int t5.p; em int t5.p; em
int tstenc.p; em int tstenc.p; em
int tstgto.p; em
rm -f e.out f? rm -f e.out f?
testC: testC:
@ -16,6 +19,7 @@ testC:
apc t4.p; a.out apc t4.p; a.out
apc t5.p; a.out apc t5.p; a.out
apc tstenc.p; a.out apc tstenc.p; a.out
apc tstgto.p; a.out
rm -f a.out f? rm -f a.out f?
install cmp: install cmp: