[yum-cvs] yum Makefile,1.16,1.17
James Bowes
jbowes at linux.duke.edu
Thu Feb 15 17:28:50 UTC 2007
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv8568
Modified Files:
Makefile
Log Message:
add a 'test' makefile target
Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile 30 Oct 2006 20:32:38 -0000 1.16
+++ Makefile 15 Feb 2007 17:28:48 -0000 1.17
@@ -32,13 +32,16 @@
for d in $(SUBDIRS); do make PYTHON=$(PYTHON) DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
-.PHONY: docs
+.PHONY: docs test
docs:
epydoc -n yum -o docs/epydoc -u http://linux.duke.edu/projects/yum \
yum yum-updatesd.py rpmUtils callback.py progress_meter.py \
yumcommands.py shell.py translate.py output.py i18n.py cli.py \
yummain.py
+test:
+ python test/alltests.py
+
archive: remove_spec = ${PKGNAME}-daily.spec
archive: _archive
More information about the Yum-cvs-commits
mailing list