From: Wolfgang Bangerth Date: Mon, 9 Jun 2003 22:03:58 +0000 (+0000) Subject: Have a target for report+mail, since I otherwise always forget about the exact mail... X-Git-Tag: v8.0.0~16422 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d968fad0be7e72b12331f4630799f642ac1c34bb;p=dealii.git Have a target for report+mail, since I otherwise always forget about the exact mail address. git-svn-id: https://svn.dealii.org/trunk@7785 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 37a8570b47..9da252a714 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -32,6 +32,10 @@ report: compare echo $$today - all-headers ; \ fi +report+mail: + $(MAKE) report | mail regression-tests@dealii.org + + # collect all header files, and for each try to do the following: # generate a file tmp.cc that contains nothing but "#include " # with this particular header file. then try to compile it. this