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:
5443af2
)
Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 18 Feb 2005 20:17:44 +0000
(20:17 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 18 Feb 2005 20:17:44 +0000
(20:17 +0000)
variable so that spaces don't screw it up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20240
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 36bdfc2b63211bc6f03967695a43669761fd0af4..259f34ccbd5005c6be61d50cc5f162a0d608952b 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-28,7
+28,7
@@
RUNTESTFLAGS := --tool $(CLEANED_TESTSUITE)
endif
check-local:: site.exp
- PATH=
$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)
\
+ PATH=
"$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)"
\
$(RUNTEST) $(RUNTESTFLAGS)
clean::