CASLファイルの整理
[YACASL2.git] / as / fe_tests / 2008_10 / Q09 / test_ptn3 / Makefile
diff --git a/as/fe_tests/2008_10/Q09/test_ptn3/Makefile b/as/fe_tests/2008_10/Q09/test_ptn3/Makefile
new file mode 100644 (file)
index 0000000..568739e
--- /dev/null
@@ -0,0 +1,6 @@
+YACASL2DIR= ../../../../..
+CASL2 = $(YACASL2DIR)/casl2
+CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib
+ASFILE = test_ptn3.casl ../ptn3.casl $(CASL2LIBDIR)/outb.casl
+CMD = $(CASL2) $(ASFILE)
+include $(YACASL2DIR)/test/TEST.mk