X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile;h=e2306dad5d02ff785ae1e39771ba7e8270312190;hb=2cfd128becb373451405fc9838ed799e5012808f;hp=3c56b79f924fb48801f95d371ad75e6a5e52753a;hpb=2a43970b28c3d0c4bd18d7bf98ac811bc1a8ad72;p=oota-llvm.git diff --git a/test/Makefile b/test/Makefile index 3c56b79f924..e2306dad5d0 100644 --- 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):$(LLVMExmplDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ $(RUNTEST) $(RUNTESTFLAGS) clean:: @@ -52,4 +52,3 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config @-rm -f site.bak @test ! -f site.exp || mv site.exp site.bak @mv site.tmp site.exp -