[eigen] build system changes -- wrap up

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

Everything about the new build-system for unit tests, is explained here:
http://eigen.tuxfamily.org/index.php?title=Tests

In addition to the changes discussed, i've also taken the liberty to
drop support for the "test" target, since it seems to be
well-documented that it's a nightmare that it doesn't build the unit
tests (and apparently i can't add a dependency to it).

So now, use the "check" target instead of "test".

Also, if you want to build and run tests matching a regexp, "ctest -R"
does no longer build the tests, but i've added a script for doing
"make and ctest -R" :

  ./mctestr regexp  [jobs]

as a special bonus, you can pass an optional number of jobs to it.

Anyway, all that is explained in the link above.

Benoit



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/