From 9d425631bab3b0fa5be16e887b0e844e37445866 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 16 Dec 2008 16:41:55 +0000 Subject: [PATCH] do fail last git-svn-id: https://svn.dealii.org/trunk@17957 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.5