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
|
check_PROGRAMS += testSymbolicBayesNet testSymbolicFactorGraph testTupleConfig
|
||||||
|
|
||||||
if USE_LDL
|
if USE_LDL
|
||||||
check_PROGRAMS = testConstraintOptimizer
|
check_PROGRAMS += testConstraintOptimizer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Timing tests
|
# Timing tests
|
||||||
|
|
|
@ -28,7 +28,7 @@ TEST( wrap, ArgumentList ) {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
TEST( wrap, check_exception ) {
|
TEST( wrap, check_exception ) {
|
||||||
THROWS_EXCEPTION(Module(".", "geometry",verbose));
|
THROWS_EXCEPTION(Module("/home", "geometry",verbose));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
Loading…
Reference in New Issue