From 1238b7cc57925c0bca15e91987d7e271f2fee0fc Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 5 Apr 2004 14:37:34 +0000 Subject: [PATCH] Add this new test. git-svn-id: https://svn.dealii.org/trunk@8966 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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_* -- 2.39.5