Update the Makefile to expect the lldb package

llvm-svn: 157620
This commit is contained in:
Filipe Cabecinhas 2012-05-29 14:06:40 +00:00
parent 3f4b843fd1
commit 54d730430c
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ clean::
check-local::
rm -rf ../test-rdir
env PATH="$(ToolDir):$(PATH)" \
PYTHONPATH=$(ToolDir) \
PYTHONPATH=$(LibDir)/python \
LLDB_EXEC=$(ToolDir)/lldb \
LLDB_BUILD_TYPE=Makefile \
$(SHLIBPATH_VAR)=$(LibDir):$($(SHLIBPATH_VAR)) \
python $(PROJ_SRC_DIR)/dotest.py -i -v -r ../test-rdir