テストを、Mac OS X Snow Leopardでも正常にできるよう修正
[YACASL2.git] / test / integration / casl2 / Makefile
index 45c3f79..4232b19 100644 (file)
@@ -14,9 +14,7 @@ LOGFILE = Test.log
 check: checkeach report
 checkeach:
        @rm -f $(LOGFILE)
-       @for target in $(TESTS); do \
-         $(MAKE) check -C $$target; \
-     done
+       @for target in $(TESTS); do $(MAKE) check -C $$target; done
 $(LOGFILE):
        @for target in $(TESTS); do \
          cat <$$target/report.txt >>$(LOGFILE) || echo $$target ": no report" >>$(LOGFILE); \