Update of /cvsroot/gtkpod/libgpod/bindings/python
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1625/bindings/python
Modified Files:
Makefile.am
Log Message:
Use build-tree libraries for Python test, not the installed set.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/bindings/python/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am 14 Jan 2007 20:29:38 -0000 1.18
+++ Makefile.am 26 Mar 2007 14:10:33 -0000 1.19
@@ -1,4 +1,4 @@
-SUBDIRS = examples
+SUBDIRS = examples tests
EXTRA_DIST = \
README.in \
@@ -59,5 +59,5 @@
$(SWIG) -python -o $@ $<
test:
- cd tests && python tests.py
+ $(MAKE) -C tests test
endif
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2