From c1a5123101ebb1ae9b66f27142ac841d5e1e8b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 16 Feb 2010 09:23:21 +0000 Subject: [PATCH] - add assertions to check result of built system git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32591 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/buildout/Makefile b/buildout/Makefile index a8b2f59e0a..b9fcbd5c90 100644 --- a/buildout/Makefile +++ b/buildout/Makefile @@ -3,3 +3,12 @@ software: bin/buildout 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' -- 2.30.9