removed tst.ocm; did not compile
authorceriel <none@none>
Wed, 25 Sep 1991 15:03:05 +0000 (15:03 +0000)
committerceriel <none@none>
Wed, 25 Sep 1991 15:03:05 +0000 (15:03 +0000)
lang/occam/test/.distr
lang/occam/test/Makefile

index 64c1c16..6180270 100644 (file)
@@ -7,6 +7,5 @@ key.ocm
 lifegame.ocm
 matmul.ocm
 sort.ocm
-tst.ocm
 use_prnt.ocm
 xxtoy.ocm
index caf8522..d07ddb2 100644 (file)
@@ -3,7 +3,7 @@
 .ocm.o:
        ack -c $<
 
-ALL =  Huffman aatob copy key lifegame matmul sort tst use_prnt xxtoy
+ALL =  Huffman aatob copy key lifegame matmul sort use_prnt xxtoy
 
 all:           $(ALL)
 
@@ -38,5 +38,3 @@ matmul:       matmul.o
                ack -.ocm -o matmul matmul.o
 sort:  sort.o
                ack -.ocm -o sort sort.o
-tst:   tst.o
-               ack -.ocm -o tst tst.o