summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 22:21:39 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 22:21:39 +0000
commit63e2794408348518bb6d0b305dfabb62ae341040 (patch)
tree6970a92be689be3658488d4ee551e69db415afdd /llvm/test
parent0e2647b413e7f258a0f23e2357ac9cf5f24e0e82 (diff)
downloadbcm5719-llvm-63e2794408348518bb6d0b305dfabb62ae341040.tar.gz
bcm5719-llvm-63e2794408348518bb6d0b305dfabb62ae341040.zip
Add the test/Scripts directory to the path used by TestRunner
llvm-svn: 6950
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Makefile.tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests
index 4fb4d32731a..fab085f4c98 100644
--- a/llvm/test/Makefile.tests
+++ b/llvm/test/Makefile.tests
@@ -54,7 +54,8 @@ LCCFLAGS += -O2 -Wall
LCXXFLAGS += -O2 -Wall
LLCFLAGS =
FAILURE = $(LEVEL)/test/Failure.sh
-TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(PATH) $(LEVEL)/test/TestRunner.sh
+TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(LEVEL)/test/Scripts:$(PATH) \
+ $(LEVEL)/test/TestRunner.sh
# Native Tool Definitions
NATGCC = $(CC)
OpenPOWER on IntegriCloud