統合テストに、最新版Autotest.mkを反映
[YACASL2.git] / test / integration / casl2 / hello / Makefile
diff --git a/test/integration/casl2/hello/Makefile b/test/integration/casl2/hello/Makefile
deleted file mode 100644 (file)
index 1fca0d1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ../CMD.mk    # YACASL2DIR, CASL2
-CASL2FLAG = -sla
-ASDIR = $(YACASL2DIR)/as
-ASFILE = $(ASDIR)/hello.casl
-CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN)
-include ../TEST.mk