アセンブラファイルとテストの整理
[YACASL2.git] / test / integration / Makefile
diff --git a/test/integration/Makefile b/test/integration/Makefile
new file mode 100644 (file)
index 0000000..a1b9299
--- /dev/null
@@ -0,0 +1,6 @@
+TESTGROUP = CASL2 COMET2 DUMPWORD
+.PHONY: all
+all:
+       @for target in $(TESTGROUP); do \
+         $(MAKE) -C $$target; \
+     done