gitの設定を変更
[YACASL2.git] / test / integration / CASL2 / count_call / Makefile
diff --git a/test/integration/CASL2/count_call/Makefile b/test/integration/CASL2/count_call/Makefile
deleted file mode 100644 (file)
index 62ee597..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ../CMD.mk    # YACASL2DIR, CASL2
-CASL2FLAG = -sla
-ASDIR = $(YACASL2DIR)/as/FUNC
-ASFILE = $(ASDIR)/count1_call.casl $(ASDIR)/count1.casl $(ASDIR)/outa.casl
-CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN)
-include ../TEST.mk