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

Fred L. Drake, Jr. fred at zope.com
Mon May 24 11:18:53 EDT 2004


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

Modified Files:
	Makefile.in.in 
Log Message:
add "check" as the more widely familiar name for "test"
("check" is the name recommended by the GNU coding standards, FWIW)


=== Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in 1.4 => 1.5 ===
--- Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in:1.4	Tue May 18 12:41:01 2004
+++ Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in	Mon May 24 11:18:22 2004
@@ -20,5 +20,5 @@
 install: build
 	$(PYTHON) install.py -q install --home "$(prefix)"
 
-test: build
+check test: build
 	$(PYTHON) test.py $(TESTOPTS)




More information about the Zope-CVS mailing list