]> granicus.if.org Git - clang/commitdiff
Fix out-of-source regression testing for makefiles
authorDouglas Gregor <dgregor@apple.com>
Mon, 6 Jul 2009 16:35:57 +0000 (16:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 6 Jul 2009 16:35:57 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74832 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 271f46fdd6dc9cb847a1e7d59e901cee8717a39d..635759fa10cd45e8b01056582f495999145ccd97 100644 (file)
@@ -14,7 +14,7 @@ endif
 
 all::
        @ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
-       @ PATH=$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$$PATH VG=$(VG) ../utils/test/MultiTestRunner.py $(TESTARGS) $(TESTDIRS)
+       @ PATH=$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$$PATH VG=$(VG) $(PROJ_SRC_DIR)/../utils/test/MultiTestRunner.py $(TESTARGS) $(TESTDIRS)
 
 clean::
        @ rm -rf Output/