This commit is contained in:
Gael Guennebaud 2010-08-18 15:34:55 +02:00
commit 6264755dd3

View File

@ -61,7 +61,10 @@ else(ADOLC_FOUND)
ei_add_property(EIGEN_MISSING_BACKENDS "Adolc, ")
endif(ADOLC_FOUND)
ei_add_test(NonLinearOptimization)
# this test seems to never have been successful on x87, so is considered to contain a FP-related bug.
# see thread: "non-linear optimization test summary"
#ei_add_test(NonLinearOptimization)
ei_add_test(NumericalDiff)
ei_add_test(autodiff)
ei_add_test(BVH)