summaryrefslogtreecommitdiffstats
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
commit439f4ae5a10d2f3d6ff5166538d6508e9b4bf7f5 (patch)
tree4e0855634b4335d0af4c62e2d094a50d946fd3c7
parent09a2bddedaec25e302523ab3d26c9c3d4c9b5b59 (diff)
downloadlibgpod-439f4ae5a10d2f3d6ff5166538d6508e9b4bf7f5.tar.gz
libgpod-439f4ae5a10d2f3d6ff5166538d6508e9b4bf7f5.tar.xz
libgpod-439f4ae5a10d2f3d6ff5166538d6508e9b4bf7f5.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
-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