forked from OSchip/llvm-project
When running tests, prepend our LibDir to the user's SHLIBPATH_VAR
instead of replacing it. llvm-svn: 143323
This commit is contained in:
parent
e15496f1d7
commit
43459974f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue