roboptim / roboptim-shared-tests

RobOptim Shared Tests (to be used as a Git submodule)
1 stars 8 forks source link

Fix distance-to-sphere test #4

Closed bchretien closed 10 years ago

bchretien commented 10 years ago

I fixed the distance-to-sphere test while testing a new RobOptim plugin for Eigen's Levenberg-Marquardt implementation.

I also made a slight modification to the BUILD_TEST macro as it assumed that all tests are in the schittkowski folder. We may want to add some other simpler tests (like distance-to-sphere) to another folder while still using this macro.

thomas-moulard commented 10 years ago

:+1: