Add the test/Scripts directory to the path used by TestRunner
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:21:39 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:21:39 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6950 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 4fb4d32731ac2a85cfaad4cd81fd4fdf30a89088..fab085f4c98d5c9d3fa03e9d16875be5bbfd25f2 100644 (file)
@@ -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)