summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-21 13:23:16 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-21 13:23:16 +0000
commit2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff (patch)
treedfe4c8633a303fcfe43c058bf23b2afcded71442
parent6ca66f6ed0866d0db5caf7478c7cadada1761262 (diff)
downloadlibvirt-python-split-2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff.tar.gz
libvirt-python-split-2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff.tar.xz
libvirt-python-split-2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff.zip
* TODO: updated
* python/tests/Makefile.am: fix a small PYTHONPATH bug * docs//*: fixed the xsl a bit for toc names, added doc for the python bindings, regenerated Daniel
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2391bad..6b22d77 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,7 +8,7 @@ EXTRA_DIST = $(PYTESTS)
if WITH_PYTHON
tests: $(PYTESTS)
@echo "## running Python regression tests"
- -@(PYTHONPATH="..:../src/.libs:$(srcdir)/../src:$$PYTHONPATH" ; \
+ -@(PYTHONPATH="..:../.libs:../src/.libs:$(srcdir)/../src:$$PYTHONPATH";\
export PYTHONPATH; \
LD_LIBRARY_PATH="$(top_builddir)/src/.libs:$$LD_LIBRARY_PATH" ; \
export LD_LIBRARY_PATH; \