オプション指定時の動作を検証
[YACASL2.git] / test / integration / casl2 / sum_10_slaOn / Makefile
diff --git a/test/integration/casl2/sum_10_slaOn/Makefile b/test/integration/casl2/sum_10_slaOn/Makefile
new file mode 100644 (file)
index 0000000..075272c
--- /dev/null
@@ -0,0 +1,5 @@
+include ../CMD.mk               # YACASL2DIR, CASL2
+include ../sum_10_s/CMD.mk      # ASDIR, ASFILE
+OFILE = sum_10.o
+CASL2FLAG = -sla -O$(OFILE)
+include ../TEST_O.mk