Small changes to handle non out of source builds and makefile fixes.
parent
2fc7e47952
commit
230e124e68
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@ TEST( wrap, ArgumentList ) {
|
|||
|
||||
/* ************************************************************************* */
|
||||
TEST( wrap, check_exception ) {
|
||||
THROWS_EXCEPTION(Module(".", "geometry",verbose));
|
||||
THROWS_EXCEPTION(Module("/home", "geometry",verbose));
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
Loading…
Reference in New Issue