From bd4e14e4998b008d4bfb1b2d30f795267acfe455 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Jun 2003 22:03:58 +0000 Subject: [PATCH] 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 --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5