[Lldb-commits] [lldb] r157620 - /lldb/trunk/test/Makefile
Filipe Cabecinhas
me at filcab.net
Tue May 29 07:06:41 PDT 2012
Author: filcab
Date: Tue May 29 09:06:40 2012
New Revision: 157620
URL: http://llvm.org/viewvc/llvm-project?rev=157620&view=rev
Log:
Update the Makefile to expect the lldb package
Modified:
lldb/trunk/test/Makefile
Modified: lldb/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/Makefile?rev=157620&r1=157619&r2=157620&view=diff
==============================================================================
--- lldb/trunk/test/Makefile (original)
+++ lldb/trunk/test/Makefile Tue May 29 09:06:40 2012
@@ -31,7 +31,8 @@
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
More information about the lldb-commits
mailing list