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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 15:55:27 CET 2010


Author: luke
Date: Thu Nov 25 15:55:26 2010
New Revision: 40701

URL: http://svn.erp5.org?rev=40701&view=rev
Log:
 - check libpng

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=40701&r1=40700&r2=40701&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 15:55:26 2010
@@ -1744,6 +1744,25 @@ class AssertLibjpeg(AssertSoftwareMixin)
       'libc',
       ], [])
 
+class AssertLibpng(AssertSoftwareMixin):
+  def test_ld_libpng14(self):
+    self.assertLibraryList('parts/libpng/lib/libpng14.so',[
+      'libc',
+      'libm',
+      'libz',
+      ], [
+      'zlib',
+      ])
+
+  def test_ld_libpng(self):
+    self.assertLibraryList('parts/libpng/lib/libpng.so',[
+      'libc',
+      'libm',
+      'libz',
+      ], [
+      'zlib',
+      ])
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     result_dict = {}




More information about the Erp5-report mailing list