summaryrefslogtreecommitdiffstats
path: root/bindings/python/Makefile.am
diff options
context:
space:
mode:
authorNicholas Piper <nicholas@users.sourceforge.net>2007-03-26 14:10:33 +0000
committerNicholas Piper <nicholas@users.sourceforge.net>2007-03-26 14:10:33 +0000
commit09a2bddedaec25e302523ab3d26c9c3d4c9b5b59 (patch)
tree790e911f607abc32be37b189caba1643016ce840 /bindings/python/Makefile.am
parent90f359a4fa87cce3f3ce18b3498c674fd15a49f6 (diff)
downloadlibgpod-09a2bddedaec25e302523ab3d26c9c3d4c9b5b59.tar.gz
libgpod-09a2bddedaec25e302523ab3d26c9c3d4c9b5b59.tar.xz
libgpod-09a2bddedaec25e302523ab3d26c9c3d4c9b5b59.zip
Use build-tree libraries for Python test, not the installed set.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1411 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python/Makefile.am')
-rw-r--r--bindings/python/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 0951303..ed12adc 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = examples
+SUBDIRS = examples tests
EXTRA_DIST = \
README.in \
@@ -59,5 +59,5 @@ gpod.py: $(SWIG_INTERFACES)
$(SWIG) -python -o $@ $<
test:
- cd tests && python tests.py
+ $(MAKE) -C tests test
endif