From 87844a66e91ddec31b20974904114761fc00c112 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 18 Dec 2000 14:59:52 +0000 Subject: [PATCH] Add intergrid things to check list. git-svn-id: https://svn.dealii.org/trunk@3563 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/deal.II/Makefile.in b/tests/deal.II/Makefile.in index a247d53ca8..41bb2afdea 100644 --- a/tests/deal.II/Makefile.in +++ b/tests/deal.II/Makefile.in @@ -68,7 +68,8 @@ endif all: grid_test.check dof_test.check data_out.check \ fe_tables.check gradients.check \ constraints.check mg.check mglocal.check wave-test-3.check \ - block_matrices.check second_derivatives.check + block_matrices.check second_derivatives.check \ + intergrid_constraints.check intergrid_map.check exe: $(all:.check=.testcase) benchmark run: $(all:.check=.output) -- 2.39.5