mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fix Python tests on macOS
This commit is contained in:
parent
6ef16dee7a
commit
d8f05db8f6
@ -64,6 +64,7 @@ check-local:
|
||||
@echo "## running Python regression tests"
|
||||
@(export PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH" ; \
|
||||
export LD_LIBRARY_PATH="$(top_builddir)/.libs:$$LD_LIBRARY_PATH" ; \
|
||||
export DYLD_LIBRARY_PATH="$(top_builddir)/.libs:$$DYLD_LIBRARY_PATH" ; \
|
||||
export PATH="$(top_builddir)/.libs:$$PATH" ; \
|
||||
for test in $(PYTESTS) ; do \
|
||||
log=`$(PYTHON) $(srcdir)/$$test` ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user