diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-28 22:21:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-28 22:21:39 +0000 |
commit | d6b73035b73d76e28806319323e145a17bfd50d0 (patch) | |
tree | 3907ac960ff457230460dcb49fc6be797877039d /test/Makefile.tests | |
parent | 30eef7db88335214297db18ef9eaa786ba70f154 (diff) |
Add the test/Scripts directory to the path used by TestRunner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index 4fb4d32731..fab085f4c9 100644 --- a/test/Makefile.tests +++ b/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) |