summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-11-08 05:44:05 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-11-08 05:44:05 +0000
commit440add2697658ee122dad80332d39e0e941880ff (patch)
tree18f9ab74130696e6f9c77df3fb1e48f8c130fc09 /test
parenta43efac5455abbb1a7713c3efdd6d34fbc872fc8 (diff)
downloadllvm-440add2697658ee122dad80332d39e0e941880ff.tar.gz
llvm-440add2697658ee122dad80332d39e0e941880ff.tar.bz2
llvm-440add2697658ee122dad80332d39e0e941880ff.tar.xz
Move path override in test/Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4ab3df8c6a..8e4215682f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -124,7 +124,8 @@ RUNTESTFLAGS := --tool $(TESTSUITE)
endif
check-dejagnu: site.exp
- PATH=$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) $(RUNTEST) $(RUNTESTFLAGS)
+ PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
+ $(RUNTEST) $(RUNTESTFLAGS)
dejagnu-clean: