基本情報処理試験のフォルダを変更し、2018年春の分を追加
[YACASL2.git] / as / exam_fe / 2008_10 / Q13 / testsummary / Makefile
diff --git a/as/exam_fe/2008_10/Q13/testsummary/Makefile b/as/exam_fe/2008_10/Q13/testsummary/Makefile
new file mode 100644 (file)
index 0000000..b69201a
--- /dev/null
@@ -0,0 +1,7 @@
+YACASL2DIR= ../../../../..
+CASL2 = $(YACASL2DIR)/casl2
+CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib
+ASFILE = testsummary.casl ../summary.casl
+CMD = $(CASL2) $(ASFILE)
+TESTDIR = $(YACASL2DIR)/test
+include $(TESTDIR)/TEST.mk