From 3d75154d85c7b708baab4d365f60c5f1939c919f Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 20 Dec 2005 22:16:42 +0000 Subject: [PATCH] Added an entry for the hp test directory. git-svn-id: https://svn.dealii.org/trunk@11901 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 2cdb329258..e993ad2295 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -22,6 +22,9 @@ deal.II: abort.o multigrid: abort.o cd multigrid ; $(MAKE) +hp: abort.o + cd hp ; $(MAKE) + report: abort.o @for i in base lac fe deal.II multigrid bits all-headers ; do \ echo =======Report: $$i ======= ; \ -- 2.39.5