From: kanschat Date: Tue, 16 Dec 2008 16:41:55 +0000 (+0000) Subject: do fail last X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d425631bab3b0fa5be16e887b0e844e37445866;p=dealii-svn.git do fail last git-svn-id: https://svn.dealii.org/trunk@17957 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 9276ba7afb..0cfb7f4503 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -22,7 +22,10 @@ nofail-dirs = base \ then echo umfpack ; fi) # now define the targets that actually do something -all: $(addprefix do-,$(nofail-dirs) fail) +all: nofail do-fail + +nofail: $(addprefix do-,$(nofail-dirs)) + do-%: cd $(@:do-%=%) && $(MAKE)