aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check.in
Commit message (Collapse)AuthorAge
* Fix help output of buildtests and check scriptsGravatar Christoph Hertzberg2016-05-11
|
* finish the change of adding .sh extensions to scriptsGravatar Benoit Jacob2010-05-30
|
* 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.
* Set default for second argument for check script.Gravatar Jitse Niesen2009-12-21
| | | | | Otherwise, buildtests will be run with a second argument of "" if check is called with only one argument, which leads to infinitely many jobs.
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| | | | | * support unsupported/ * use egrep instead of grep, properly escape special chars.
* handle make errors ---> exit, don't run ctestGravatar Benoit Jacob2009-11-16
|
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
| | | | | | | * DiagonalMatrix: - add MaxSizeAtCompileTime parameter - DiagonalOnTheLeft ---> OnTheLeft - fix bug in DiagonalMatrix::setIdentity()
* maketests -> buildtestsGravatar Benoit Jacob2009-11-15
|
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12