From: wolf Date: Mon, 5 Apr 2004 14:37:34 +0000 (+0000) Subject: Add this new test. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1238b7cc57925c0bca15e91987d7e271f2fee0fc;p=dealii-svn.git Add this new test. git-svn-id: https://svn.dealii.org/trunk@8966 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/Makefile b/tests/bits/Makefile index dd23601ed4..37e954b547 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -56,7 +56,8 @@ tests_x = anna_? \ vector_* \ subdomain_ids_* \ dof_constraints_* \ - apply_boundary_values_* + apply_boundary_values_* \ + error_estimator_* ifeq ($(USE_CONTRIB_PETSC),yes) tests_x += petsc_*