From eb31fb95b12c4d1ffb55edb551a8a0086278d727 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Tue, 23 May 2006 11:31:14 +0000 Subject: Add a couple of simple unit tests; use Make test to run. Runs against _installed_ gpod bindings for now though. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1275 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/python/Makefile.am') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 976689a..436dab0 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -39,4 +39,7 @@ install-pythonDATA: $(python_DATA) uninstall-pythonDATA: $(python_DATA) rm -rf $(DESTDIR)$(pythondir)/gpod + +test: + cd tests && python tests.py endif -- cgit