From: oliver Date: Tue, 20 Dec 2005 22:16:42 +0000 (+0000) Subject: Added an entry for the hp test directory. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2adc7844e8103004e99e1e4e3ff31ff4a82909e;p=dealii-svn.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 ======= ; \