summaryrefslogtreecommitdiffstats
path: root/llvm/test/Makefile.tests
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-18 20:24:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-18 20:24:09 +0000
commit9756aea1cb7f3d0067a0e7083bec41443a7acdf5 (patch)
treecd529c60877692bf45e859ffcf4832680323ebf5 /llvm/test/Makefile.tests
parent75542d4e783c8d2af0cae9f576bf2d13996e86fc (diff)
downloadbcm5719-llvm-9756aea1cb7f3d0067a0e7083bec41443a7acdf5.tar.gz
bcm5719-llvm-9756aea1cb7f3d0067a0e7083bec41443a7acdf5.zip
Quote the value of the PATH variable so that Cygwin and Windows can have
spaces in path names and not confuse the shell. llvm-svn: 20241
Diffstat (limited to 'llvm/test/Makefile.tests')
-rw-r--r--llvm/test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests
index c597de47fab..b46b96da360 100644
--- a/llvm/test/Makefile.tests
+++ b/llvm/test/Makefile.tests
@@ -39,7 +39,7 @@ LCXXFLAGS += -O2 -Wall
LLCFLAGS =
FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh
TESTRUNR = @echo Running test: $<; \
- PATH=$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
+ PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
$(LLVM_SRC_ROOT)/test/TestRunner.sh
LLCLIBS := $(LLCLIBS) -lm
OpenPOWER on IntegriCloud