From: ceriel Date: Wed, 25 Sep 1991 15:03:05 +0000 (+0000) Subject: removed tst.ocm; did not compile X-Git-Tag: release-5-5~817 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=aa24841c87add5f028aa9c883aaadfa31872a2cd;p=ack.git removed tst.ocm; did not compile --- diff --git a/lang/occam/test/.distr b/lang/occam/test/.distr index 64c1c1659..6180270d7 100644 --- a/lang/occam/test/.distr +++ b/lang/occam/test/.distr @@ -7,6 +7,5 @@ key.ocm lifegame.ocm matmul.ocm sort.ocm -tst.ocm use_prnt.ocm xxtoy.ocm diff --git a/lang/occam/test/Makefile b/lang/occam/test/Makefile index caf85228c..d07ddb2b5 100644 --- a/lang/occam/test/Makefile +++ b/lang/occam/test/Makefile @@ -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