Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH
authorReid Spencer <rspencer@reidspencer.com>
Fri, 18 Feb 2005 20:17:44 +0000 (20:17 +0000)
committerReid 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

index 36bdfc2b63211bc6f03967695a43669761fd0af4..259f34ccbd5005c6be61d50cc5f162a0d608952b 100644 (file)
@@ -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::