From: wolf Date: Wed, 25 May 2005 20:27:33 +0000 (+0000) Subject: Run umfpack tests only if umfpack configured. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a830bc732fc78e47a9f406147242be571864373;p=dealii-svn.git Run umfpack tests only if umfpack configured. git-svn-id: https://svn.dealii.org/trunk@10756 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/Makefile b/tests/bits/Makefile index a83fc1d571..5344f66b17 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -85,6 +85,9 @@ ifeq ($(USE_CONTRIB_HSL),yes) tests_x += hsl_* endif +ifeq ($(USE_CONTRIB_UMFPACK),yes) + tests_x += umfpack_* +endif # from above list of regular expressions, generate the real set of