[LLVMdev] Using -noexternals option of NightlyTest.pl

Chris Lattner sabre at nondot.org
Thu Jun 24 15:43:01 PDT 2004


On Thu, 24 Jun 2004, Vladimir Merzliakov wrote:
> > Are you using the NightlyTest.pl file?  To run the tester I don't use
> > gmake directly at all.  Instead, I have this in my crontab:
> >
> > 5 3 * * *
> LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs
> $HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan
> /home/vadve/shared/PublicCVS $HOME/buildtest-X86 $HOME/cvs/testresults-X86
> >
> > When run like this, you can use -noexternals as you wish.
> >
> For note: I am use suggested in
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run method:
>
> "For example, you could run the nightly tester tests using the following
> commands:
>  % cd llvm/test/Programs
>  % gmake TEST=nightly test

Well that is literally true, it does run the nightly TESTS, but it's not
the nightly tester.  :)  I'll make sure the doc gets updated.

Thanks!

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list