コマンド動作検証用のCASL2プログラム整理を開始
[YACASL2.git] / test / integration / casl2 / literal_spc / Makefile
diff --git a/test/integration/casl2/literal_spc/Makefile b/test/integration/casl2/literal_spc/Makefile
deleted file mode 100644 (file)
index 56b778a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ../CMD.mk    # YACASL2DIR, CASL2
-CASL2FLAG = -slatd
-ASDIR = $(YACASL2DIR)/as/CMD
-ASFILE = $(ASDIR)/literal_spc.casl
-CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN)
-include ../TEST.mk