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)); } /* ************************************************************************* */