X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile.tests;h=ad9f2eabc7f1448143f2028dbc2e4c1648e5a4b6;hb=ad0a4c0be927e5aeac2955ef119aa2021e050be1;hp=c597de47fabb86e7f6745104d5026b4eb697fb61;hpb=6a901ecb6f912f54196c29a8e1757ed598faea53;p=oota-llvm.git diff --git a/test/Makefile.tests b/test/Makefile.tests index c597de47fab..ad9f2eabc7f 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -37,9 +37,8 @@ endif LCCFLAGS += -O2 -Wall 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