Let people who run the nightly tester specify paths to external tests, instead
authorChris Lattner <sabre@nondot.org>
Tue, 1 Nov 2005 17:59:42 +0000 (17:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Nov 2005 17:59:42 +0000 (17:59 +0000)
commitb0ddb49419e531f0152a59ef848d6391f82eef18
tree9024c5a78dc51229da9f7b7a9e7192d98d9c408d
parent7a8ef3a0d448ebed8cc413008f87c5a2896a367a
Let people who run the nightly tester specify paths to external tests, instead
of having to hack the nightly tester script itself.

as an example, I use the following for my machine:

$HOME/llvm/utils/NightlyTest.pl -parallel -release -enable-llcbeta \
     -spec2000path /Volumes/ProjectsDisk/cvs/benchmarks/speccpu2000-llvm/benchspec/ \
     -povraypath /Volumes/ProjectsDisk/cvs/benchmarks/povray31 \
     -namdpath /Volumes/ProjectsDisk/cvs/benchmarks/namd

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24136 91177308-0d34-0410-b5e6-96231b3b80d8
utils/NightlyTest.pl