summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorNicholas Piper <nicholas@users.sourceforge.net>2007-03-27 09:04:45 +0000
committerNicholas Piper <nicholas@users.sourceforge.net>2007-03-27 09:04:45 +0000
commit901a8274873fdbed57a538b70323f0e60c2fa7a4 (patch)
tree4e0855634b4335d0af4c62e2d094a50d946fd3c7 /bindings
parente478d997145e9eac77054a5821dbdbbba4c728d2 (diff)
downloadlibgpod-901a8274873fdbed57a538b70323f0e60c2fa7a4.tar.gz
libgpod-901a8274873fdbed57a538b70323f0e60c2fa7a4.tar.xz
libgpod-901a8274873fdbed57a538b70323f0e60c2fa7a4.zip
Add missing tests/Makefile.am file
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1412 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/tests/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am
new file mode 100644
index 0000000..d730889
--- /dev/null
+++ b/bindings/python/tests/Makefile.am
@@ -0,0 +1,11 @@
+EXTRA_DIST = resources
+
+dist-hook:
+ rm -rf `find $(distdir)/resources -name CVS`
+
+if HAVE_PYTHON
+test:
+ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
+ PYTHONPATH=$(top_builddir)/bindings/python:$(top_builddir)/bindings/python/.libs \
+ $(PYTHON) tests.py
+endif