From 36faec42ed4029eaccc6f1f8888a36ce8fca9dae Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 29 Apr 2001 16:26:26 +0000 Subject: [PATCH] New test. git-svn-id: https://svn.dealii.org/trunk@4504 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/Makefile.in b/tests/deal.II/Makefile.in index cbd9661400..cd93c662af 100644 --- a/tests/deal.II/Makefile.in +++ b/tests/deal.II/Makefile.in @@ -41,12 +41,13 @@ second_derivatives.exe : second_derivatives.go $(lib-2d) wave-test-3.exe : wave-test-3.go $(lib-2d) $(libraries) support_point_map.exe : support_point_map.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) filtered_matrix.exe : filtered_matrix.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) - +boundaries.exe : boundaries.go $(lib-1d) $(lib-2d) $(lib-3d) $(libraries) tests = grid_test dof_test data_out derivatives gradients constraints mg \ mglocal block_matrices second_derivatives derivative_approximation \ matrices error_estimator intergrid_constraints intergrid_map \ - wave-test-3 dof_renumbering support_point_map filtered_matrix + wave-test-3 dof_renumbering support_point_map filtered_matrix \ + boundaries ############################################################ -- 2.39.5