From 37c0ed07d87d6c1a83a35e2a96adda12524daea4 Mon Sep 17 00:00:00 2001 From: nicholas 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 (limited to 'bindings/python') 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