cd $$i ; $(MAKE) report ; cd .. ; \
done
-report+mail:
- @$(MAKE) report | tee testresults
- @cat testresults | mail regression-tests@dealii.org
- @rm testresults
+report+mail: compare abort.o
+ @for i in base lac fe deal.II multigrid bits all-headers ; do \
+ echo =======Report: $$i ======= ; \
+ cd $$i ; $(MAKE) report+mail ; cd .. ; \
+ done
# compilation of tests only, no execution of tests
done
+report+mail:
+ @$(MAKE) report | tee testresults
+ @cat testresults | mail regression-tests@dealii.org
+ @rm testresults
+
+
############################################################
# After all these general rules, here is the target to be
# executed by make: for each entry in the list $(tests)
fi ; \
done
+report+mail:
+ @$(MAKE) report | tee testresults
+ @cat testresults | mail regression-tests@dealii.org
+ @rm testresults
+
clean:
-rm -f Makefile.dep *.$(OBJEXT) \
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams