summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-06 16:35:57 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-06 16:35:57 +0000
commitc1daae3d17fa98a7d8bcc6089083c68e7f368525 (patch)
treeb112e11aae235fa2f442d210981d7682196d1f6f /test/Makefile
parent7e7eb3da052a6d80ddf2377cab0384c798f73f75 (diff)
Fix out-of-source regression testing for makefiles
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 271f46fdd6..635759fa10 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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/