From: Martin Kronbichler Date: Tue, 10 Mar 2009 13:24:57 +0000 (+0000) Subject: One more thing needed to be done in order to make that work. X-Git-Tag: v8.0.0~7974 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14aec3ce3f2f56f609ec04a2f71ea70639d9f3cf;p=dealii.git One more thing needed to be done in order to make that work. git-svn-id: https://svn.dealii.org/trunk@18472 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 6e3edb1eea..b862879553 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -24,11 +24,7 @@ default: run-tests tests_x = block_matrices \ user_data_* \ constraints \ - constraints_zero \ - constraints_zero_merge \ - constraints_zero_condense \ constraint_graph \ - constraint_graph_zero \ inhomogeneous_constraints \ inhomogeneous_constraints_nonsymmetric \ inhomogeneous_constraints_block \ diff --git a/tests/lac/Makefile b/tests/lac/Makefile index 809a1c0cb5..cc718a7d0c 100644 --- a/tests/lac/Makefile +++ b/tests/lac/Makefile @@ -31,6 +31,8 @@ tests_x = vector-vector vector_memory \ compressed_sparsity_pattern_* \ compressed_simple_sparsity_pattern_* \ compressed_set_sparsity_pattern_* \ + constraints_zero* \ + constraint_graph_zero \ sparse_matrices matrices \ block_sparsity_pattern_01 \ block_indices \ @@ -67,4 +69,4 @@ include ../Makefile.rules include Makefile.depend include Makefile.tests -.PHONY: default \ No newline at end of file +.PHONY: default diff --git a/tests/deal.II/constraint_graph_zero.cc b/tests/lac/constraint_graph_zero.cc similarity index 100% rename from tests/deal.II/constraint_graph_zero.cc rename to tests/lac/constraint_graph_zero.cc diff --git a/tests/deal.II/constraint_graph_zero/cmp/generic b/tests/lac/constraint_graph_zero/cmp/generic similarity index 100% rename from tests/deal.II/constraint_graph_zero/cmp/generic rename to tests/lac/constraint_graph_zero/cmp/generic