aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-12-02 12:07:47 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-12-02 12:07:47 -0500
commitde250595029f9cdce7c43eacd37542383f969e29 (patch)
tree1dd5508ef0a233074fd53524689c670d1d782e10 /scripts
parentb0100a336a0663bbdabee2ab3f4e2b4a14755712 (diff)
* Remove test_ prefix in tests
* tests now honor EIGEN_REPEAT and EIGEN_SEED if no arguments were passed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildtests.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildtests.in b/scripts/buildtests.in
index 1cc8e956f..3c4282848 100755
--- a/scripts/buildtests.in
+++ b/scripts/buildtests.in
@@ -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