[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.2.13 Makefile.win.in:1.1.2.6

Chris McDonough chrism@zope.com
Fri, 3 Jan 2003 10:32:22 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv516

Modified Files:
      Tag: chrism-install-branch
	Makefile.in Makefile.win.in 
Log Message:
Add 'make test'.


=== Zope/inst/Makefile.in 1.1.2.12 => 1.1.2.13 ===
--- Zope/inst/Makefile.in:1.1.2.12	Tue Nov 26 10:58:20 2002
+++ Zope/inst/Makefile.in	Fri Jan  3 10:32:19 2003
@@ -141,6 +141,10 @@
 	${RM} "${SKEL_DIR}/inst/install.py"
 	${RM} "${SKEL_DIR}/inst/versions.py"
 
+test: build
+	${CD} "${BUILD_DIR}/lib/python && ${PYTHON}" \
+           ../../utilities/testrunner.py -a
+
 clean: rmlinks
 	${RM} "${BUILD_DIR}/build"
 	${FIND} "${BUILD_DIR}" -name '*.o' -o -name '*.so' -o -name \


=== Zope/inst/Makefile.win.in 1.1.2.5 => 1.1.2.6 ===
--- Zope/inst/Makefile.win.in:1.1.2.5	Tue Nov 26 10:58:20 2002
+++ Zope/inst/Makefile.win.in	Fri Jan  3 10:32:19 2003
@@ -100,5 +100,9 @@
 	$(RM) "$(SKEL_DIR)\inst\make_instance.py"
 	$(RMDIR) "$(BUILD_DIR)\lib\python\build"
 
+test: build
+	$(CD) "$(BASE_DIR)\lib\python"
+	$(PYTHON) "..\..\utilities\testrunner.py -a"
+
 clean: rmlinks
 	$(RM) /s *.obj *.pyd *.pyc *.pyo