From: oliver Date: Tue, 20 Dec 2005 22:16:42 +0000 (+0000) Subject: Added an entry for the hp test directory. X-Git-Tag: v8.0.0~12754 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d75154d85c7b708baab4d365f60c5f1939c919f;p=dealii.git Added an entry for the hp test directory. git-svn-id: https://svn.dealii.org/trunk@11901 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ======= ; \