[LLVMdev] Configuring test-suite
Renato Golin
rengolin at systemcall.org
Sun Oct 28 11:19:55 PDT 2012
On 28 October 2012 17:32, Daniel Dunbar <daniel.dunbar at gmail.com> wrote:
> Exactly how are you running the tests? Via LNT or directly?
Via LNT, like this:
./sandbox/bin/python sandbox/bin/lnt runtest nt \
--sandbox sandbox \
--test-suite ~/devel/llvm/test-suite \
--cc ~/devel/llvm/debug/bin/clang++
> If via LNT, make sure you test suite repository is clean (no in tree
> configure or make results).
$ git status
# On branch master
nothing to commit (working directory clean)
cheers,
--renato
More information about the llvm-dev
mailing list