When running tests, prepend our LibDir to the user's SHLIBPATH_VAR

instead of replacing it.

llvm-svn: 143323
This commit is contained in:
Peter Collingbourne 2011-10-31 00:43:12 +00:00
parent e15496f1d7
commit 43459974f1
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ check-local::
rm -rf ../test-rdir
env PATH="$(ToolDir):$(PATH)" \
PYTHONPATH=$(ToolDir) \
$(SHLIBPATH_VAR)=$(LibDir) \
$(SHLIBPATH_VAR)=$(LibDir):$($(SHLIBPATH_VAR)) \
python $(PROJ_SRC_DIR)/dotest.py -i -v -r ../test-rdir