From 63e2794408348518bb6d0b305dfabb62ae341040 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 22:21:39 +0000 Subject: Add the test/Scripts directory to the path used by TestRunner llvm-svn: 6950 --- llvm/test/Makefile.tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3