Hi,<br><br>I'm trying to run tests from the LLVM testsuite (from <a href="http://llvm.org/svn/llvm-project/test-suite/trunk">http://llvm.org/svn/llvm-project/test-suite/trunk</a>) using an already installed LLVM compiler. To instruct the testsuite's Makefiles where the LLVM tools live, I use the LLVMTOOLCURRENT Makefile variable:<br>
<br>
make LLVMTOOLCURRENT=$PATH_TO_LLVM_INSTALL_DIR TEST=nightly report<br><br>Is there a cleaner way of achieving this?<br clear="all"><br>Thanks in advance!<br><br>Best regards,<br>Andrei Terechko<br><br>