* Remove test_ prefix in tests

* tests now honor EIGEN_REPEAT and EIGEN_SEED if no arguments were passed
This commit is contained in:
Benoit Jacob
2009-12-02 12:07:47 -05:00
parent b0100a336a
commit de25059502
5 changed files with 59 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ fi
TESTSLIST="${EIGEN_TESTS_LIST}"
targets_to_make=`echo "$TESTSLIST" | egrep "$1" | sed s/^/test_/g | xargs echo`
targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
if [ $# == 1 ]
then