From b11552323a8afc96fd285884567512130a9a8331 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 5 Aug 2009 19:18:12 +0000 Subject: [PATCH] Use the same report format as in the other tests. git-svn-id: https://svn.dealii.org/trunk@19184 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/all-headers/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/all-headers/Makefile b/tests/all-headers/Makefile index 1480fd471f..792b05d0d9 100644 --- a/tests/all-headers/Makefile +++ b/tests/all-headers/Makefile @@ -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 \ -- 2.39.5