瀏覽代碼

removed tst.ocm; did not compile

ceriel 33 年之前
父節點
當前提交
d6b8c56967
共有 2 個文件被更改,包括 1 次插入4 次删除
  1. 0 1
      lang/occam/test/.distr
  2. 1 3
      lang/occam/test/Makefile

+ 0 - 1
lang/occam/test/.distr

@@ -7,6 +7,5 @@ key.ocm
 lifegame.ocm
 matmul.ocm
 sort.ocm
-tst.ocm
 use_prnt.ocm
 xxtoy.ocm

+ 1 - 3
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