CASLアプリを格納するas/app、未整理のCASLファイルを格納するmiscを作成。casl2libのテストを追加
[YACASL2.git] / as / misc / test / hanoi / Makefile
diff --git a/as/misc/test/hanoi/Makefile b/as/misc/test/hanoi/Makefile
new file mode 100644 (file)
index 0000000..31934ca
--- /dev/null
@@ -0,0 +1,6 @@
+YACASL2DIR= ../../../..
+CASL2 = $(YACASL2DIR)/casl2
+MISCDIR = $(YACASL2DIR)/as/misc
+ASFILE = $(MISCDIR)/hanoi.casl
+CMD = $(CASL2) $(ASFILE)
+include $(YACASL2DIR)/test/TEST.mk