Small changes to handle non out of source builds and makefile fixes.

release/4.3a0
Alex Cunningham 2010-07-17 01:13:03 +00:00
parent 2fc7e47952
commit 230e124e68
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -28,7 +28,7 @@ TEST( wrap, ArgumentList ) {
/* ************************************************************************* */
TEST( wrap, check_exception ) {
THROWS_EXCEPTION(Module(".", "geometry",verbose));
THROWS_EXCEPTION(Module("/home", "geometry",verbose));
}
/* ************************************************************************* */