From 230e124e683e1294c2f76731f8d05d76d21681ef Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Sat, 17 Jul 2010 01:13:03 +0000 Subject: [PATCH] Small changes to handle non out of source builds and makefile fixes. --- tests/Makefile.am | 2 +- wrap/testWrap.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 94e95d5c6..ca1c564c7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -12,7 +12,7 @@ check_PROGRAMS += testNonlinearOptimizer testSQP testSubgraphPreconditioner check_PROGRAMS += testSymbolicBayesNet testSymbolicFactorGraph testTupleConfig if USE_LDL -check_PROGRAMS = testConstraintOptimizer +check_PROGRAMS += testConstraintOptimizer endif # Timing tests diff --git a/wrap/testWrap.cpp b/wrap/testWrap.cpp index 32ae72d13..6d2c7f269 100644 --- a/wrap/testWrap.cpp +++ b/wrap/testWrap.cpp @@ -28,7 +28,7 @@ TEST( wrap, ArgumentList ) { /* ************************************************************************* */ TEST( wrap, check_exception ) { - THROWS_EXCEPTION(Module(".", "geometry",verbose)); + THROWS_EXCEPTION(Module("/home", "geometry",verbose)); } /* ************************************************************************* */