[Erp5-report] r32591 luke - /erp5/trunk/buildout/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 10:23:22 CET 2010


Author: luke
Date: Tue Feb 16 10:23:21 2010
New Revision: 32591

URL: http://svn.erp5.org?rev=32591&view=rev
Log:
 - add assertions to check result of built system

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32591&r1=32590&r2=32591&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Tue Feb 16 10:23:21 2010
@@ -3,3 +3,12 @@
 
 bin/buildout:
 	python bootstrap/bootstrap.py
+
+# run make assert to check that all is working
+assert: assert-software
+
+assert-software: assert-python2.4
+
+assert-python2.4: bin/python2.4
+	bin/python2.4 -c 'import zlib'
+	bin/python2.4 -c 'import dbm'




More information about the Erp5-report mailing list