diff options
| author | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-03-27 09:04:45 +0000 |
|---|---|---|
| committer | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-03-27 09:04:45 +0000 |
| commit | 37c0ed07d87d6c1a83a35e2a96adda12524daea4 (patch) | |
| tree | 4e0855634b4335d0af4c62e2d094a50d946fd3c7 | |
| parent | 05d2120359e442780f08f4e63e5d2dcba6c0267f (diff) | |
| download | libgpod-37c0ed07d87d6c1a83a35e2a96adda12524daea4.tar.gz libgpod-37c0ed07d87d6c1a83a35e2a96adda12524daea4.tar.xz libgpod-37c0ed07d87d6c1a83a35e2a96adda12524daea4.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.am | 11 |
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 |
