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 | 63e2794408348518bb6d0b305dfabb62ae341040 (patch) | |
tree | 6970a92be689be3658488d4ee551e69db415afdd /llvm/test | |
parent | 0e2647b413e7f258a0f23e2357ac9cf5f24e0e82 (diff) | |
download | bcm5719-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.tests | 3 |
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) |