From: bangerth Date: Sat, 31 Mar 2007 03:31:22 +0000 (+0000) Subject: Investigate (and comment on) why report+mail is so slow in this directory and isn... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81742a0a51b3327c9854eeecf96cb02e44fd1818;p=dealii-svn.git Investigate (and comment on) why report+mail is so slow in this directory and isn't parallelized. git-svn-id: https://svn.dealii.org/trunk@14613 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/all-headers/Makefile b/tests/all-headers/Makefile index cb3df84b9d..94ee28d428 100644 --- a/tests/all-headers/Makefile +++ b/tests/all-headers/Makefile @@ -68,7 +68,9 @@ include Makefile.dep all: $(TESTS) -# create a report, where we get exactly one line per test +# create a report, where we get exactly one line per test. unfortunately, this +# is currently only sequential, even with -jN. we'd need something like the +# status files in the other directories... report: @for test in $(TESTS) ; do \ testname=all-headers/`echo $$test | perl -pi -e 's/.*include.//g; s/\//-/g;'` ; \