From: Wolfgang Bangerth Date: Mon, 5 Apr 2004 14:37:34 +0000 (+0000) Subject: Add this new test. X-Git-Tag: v8.0.0~15383 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2aa4b94e7a07042e58bda1947aa9af63f2704f3;p=dealii.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_*