[Erp5-report] r40620 luke - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 18:55:06 CET 2010


Author: luke
Date: Wed Nov 24 18:55:06 2010
New Revision: 40620

URL: http://svn.erp5.org?rev=40620&view=rev
Log:
 - test minimum of bzip2

Modified:
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40620&r1=40619&r2=40620&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Wed Nov 24 18:55:06 2010
@@ -1431,6 +1431,19 @@ class AssertPopt(AssertSoftwareMixin):
       ], [
       ])
 
+class AssertBzip2(AssertSoftwareMixin):
+  def test_ld_bzip2(self):
+    self.assertLibraryList('parts/bzip2/bin/bzip2', [
+      'libc',
+      ], [
+      ])
+
+  def test_ld_libbz2(self):
+    self.assertLibraryList('parts/bzip2/lib/libbz2.so', [
+      'libc',
+      ], [
+      ])
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     return




More information about the Erp5-report mailing list