[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/appsupport - Makefile.in.in:1.4

Fred L. Drake, Jr. fred at zope.com
Tue May 18 12:41:33 EDT 2004


Update of /cvs-repository/Packages/zpkgtools/zpkgtools/appsupport
In directory cvs.zope.org:/tmp/cvs-serv14946/zpkgtools/appsupport

Modified Files:
	Makefile.in.in 
Log Message:
add a "test" target to the Makefile template template


=== Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in 1.3 => 1.4 ===
--- Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in:1.3	Fri May 14 11:30:23 2004
+++ Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in	Tue May 18 12:41:01 2004
@@ -8,6 +8,7 @@
 default: build
 
 PYTHON=@PYTHON@
+TESTOPTS=-v
 
 prefix=@prefix@
 
@@ -18,3 +19,6 @@
 
 install: build
 	$(PYTHON) install.py -q install --home "$(prefix)"
+
+test: build
+	$(PYTHON) test.py $(TESTOPTS)




More information about the Zope-CVS mailing list