aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/buildtests.in
Commit message (Collapse)AuthorAge
* Make buildtests.in more robustGravatar Androbin422017-06-12
|
* Fix help output of buildtests and check scriptsGravatar Christoph Hertzberg2016-05-11
|
* Use @CMAKE_MAKE_PROGRAM@ instead of make in buildtests.shGravatar Christoph Hertzberg2015-02-28
|
* Instead of EIGEN_JOBS, introduce EIGEN_MAKE_ARGS and EIGEN_CTEST_ARGS. This ↵Gravatar Benoit Jacob2009-12-31
| | | | | | | is much more powerful! Notice that CTest 2.8 supports the -j argument, although that is undocumented. Last commit of 2009! Happy new year to all!
* * The 'check' and 'buildtests' scripts no longer take a jobs parameter.Gravatar Benoit Jacob2009-12-30
| | | | | | Instead, they honor the EIGEN_JOBS environment variable if defined. * The syntax ${BLABLA} in bash scripts was conflicting with CMake configured file syntax. Resolved by using the @ONLY option and the @BLABLA@ syntax.
* * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
| | | | * tests now honor EIGEN_REPEAT and EIGEN_SEED if no arguments were passed
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
* support unsupported/ * use egrep instead of grep, properly escape special chars.