From 439f4ae5a10d2f3d6ff5166538d6508e9b4bf7f5 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Tue, 27 Mar 2007 09:04:45 +0000 Subject: Add missing tests/Makefile.am file git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1412 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/tests/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bindings/python/tests/Makefile.am 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 -- cgit