projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb3a7b
)
Just _EXTEND_ the current path. Don't replace it. Replacing it makes it
author
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jun 2003 00:27:43 +0000
(
00:27
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jun 2003 00:27:43 +0000
(
00:27
+0000)
impossible for scripts to find user tools like sed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6731
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile.tests
patch
|
blob
|
history
diff --git
a/test/Makefile.tests
b/test/Makefile.tests
index 22796116d96cf20dec033f5038d52ef844db96a1..3b4bbaf871b81ac4f385c1030e55e972f183a4d5 100644
(file)
--- a/
test/Makefile.tests
+++ b/
test/Makefile.tests
@@
-53,7
+53,7
@@
LCCFLAGS += -O2 -Wall
LCXXFLAGS += -O2 -Wall
LLCFLAGS =
FAILURE = $(LEVEL)/test/Failure.sh
-TESTRUNR = PATH=$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
+TESTRUNR = PATH=$(
PATH):$(
LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
# Native Tool Definitions
NATGCC = $(CC)