[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/tests -
	test_appsupport.py:1.3
    Fred L. Drake, Jr. 
    fred at zope.com
       
    Tue May 18 12:41:04 EDT 2004
    
    
  
Update of /cvs-repository/Packages/zpkgtools/zpkgtools/tests
In directory cvs.zope.org:/tmp/cvs-serv14946/zpkgtools/tests
Modified Files:
	test_appsupport.py 
Log Message:
add a "test" target to the Makefile template template
=== Packages/zpkgtools/zpkgtools/tests/test_appsupport.py 1.2 => 1.3 ===
--- Packages/zpkgtools/zpkgtools/tests/test_appsupport.py:1.2	Tue May  4 19:39:21 2004
+++ Packages/zpkgtools/zpkgtools/tests/test_appsupport.py	Tue May 18 12:41:03 2004
@@ -83,6 +83,8 @@
             self.assertEqual(rc, 0)
             rc = os.system("make -n install >/dev/null")
             self.assertEqual(rc, 0)
+            rc = os.system("make -n test >/dev/null")
+            self.assertEqual(rc, 0)
         finally:
             os.chdir(pwd)
 
    
    
More information about the Zope-CVS
mailing list