]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bring report+mail down to the individual directories.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 8 Oct 2005 20:43:31 +0000 (20:43 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 8 Oct 2005 20:43:31 +0000 (20:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@11580 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile
tests/Makefile.rules
tests/all-headers/Makefile

index c8c4fc8b837350cff5cddb212e00bb6cc949a214..c9d7cc2e1a6a7251e7f58be553d0e332ec81c92a 100644 (file)
@@ -28,10 +28,11 @@ report: compare abort.o
                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
index 912315286526d4df5b2b87de0247ac33daa2b441..3020d569f0766fb0c6f67bad39214beb5b25f32f 100644 (file)
@@ -124,6 +124,12 @@ report:
        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)
index ed49ba7c5fdaacd513e66f70ece868fc899ed516..cb3df84b9de8ae5b8675afa71132fc926ed3fb2d 100644 (file)
@@ -79,6 +79,11 @@ report:
                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


Typeset in Trocchi and Trocchi Bold Sans Serif.