From 2117557412721ff04c71bc3b27c310bcd260c26f Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 5 Dec 2012 18:13:30 +0000 Subject: [PATCH] Bugfix: Link against the correct library git-svn-id: https://svn.dealii.org/branches/branch_cmake@27770 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMake-Regressions | 11 ----------- tests/Makefile.paths.in | 3 +++ tests/base/Makefile | 1 + 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/deal.II/CMake-Regressions b/deal.II/CMake-Regressions index 743e7d0775..d9ecaf543b 100644 --- a/deal.II/CMake-Regressions +++ b/deal.II/CMake-Regressions @@ -2,21 +2,10 @@ * broken because DEAL_II_PATH is not available any more in config.h -2012-12-05 3 base/reference - - * Something is wrong with the exception handling in the test cases at - the moment. And this is a good example for it. - - * triggers also in about a dozen other tests - 2012-12-05 3 base/utilities_01 2012-12-05 3 deal.II/support_point_map -2012-12-05 1 bits/dof_tools_21_b - - * undefined references? It seems that we're not compiling everything... - 2012-12-05 3 serialization/triangulation_01 2012-12-05 3 serialization/triangulation_02 diff --git a/tests/Makefile.paths.in b/tests/Makefile.paths.in index 9112373493..48ef40ca92 100644 --- a/tests/Makefile.paths.in +++ b/tests/Makefile.paths.in @@ -3,6 +3,9 @@ D = @DEAL_II_DIR@ +# Set debug mode to link against the correct library: +debug-mode = on + TEST_MINUS_L = @TEST_MINUS_L@ ULIMIT = @ULIMIT@ diff --git a/tests/base/Makefile b/tests/base/Makefile index 664c5c9509..9d5091a583 100644 --- a/tests/base/Makefile +++ b/tests/base/Makefile @@ -8,6 +8,7 @@ ############################################################ include ../Makefile.paths + include $D/common/Make.global_options -- 2.39.5