]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use the same report format as in the other tests.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 5 Aug 2009 19:18:12 +0000 (19:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 5 Aug 2009 19:18:12 +0000 (19:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@19184 0785d39b-7218-0410-832d-ea1e28bc413d

tests/all-headers/Makefile

index 1480fd471f9499b8965c35fe14ff93633df1d7c5..792b05d0d92ceff183c55ad85d2a2dfefec618df 100644 (file)
@@ -44,6 +44,8 @@ default: all
 HEADERS = $(shell cd $D; echo */include/*/*.h)
 TESTS   = $(shell for i in $(HEADERS) ; do echo test-$$i | $(PERL) -pi -e 's/.h$$/.OK/g; s/\//-/g;' ; done)
 
+ID = `id -un`"@"`hostname`
+
 
 # we need two auxiliary functions. the first one takes a filename and replaces
 # all occurrences of slashes by hyphens, so that we can create a .cc file that
@@ -75,6 +77,9 @@ all: $(TESTS)
 # create a report, where we get exactly one line per test.
 report:
        @-$(MAKE) -k
+       @-svn info $D | grep '^Revision'
+       @echo 'Date: ' `date -u +"%Y %j  %F  %U-%w"`
+       @echo 'Id: ' $(ID)
        @for test in $(TESTS) ; do \
                testname=all-headers/`echo $$test | perl -pi -e 's/.*include.//g; s/\//-/g;'` ; \
                if test -f $$test ; then \

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.