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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 15:36:43 CET 2010


Author: luke
Date: Thu Nov 25 15:36:43 2010
New Revision: 40695

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

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=40695&r1=40694&r2=40695&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 15:36:43 2010
@@ -1707,6 +1707,12 @@ class AssertJbigkit(AssertSoftwareMixin)
       'libc',
       ], [])
 
+class AssertLibjpeg(AssertSoftwareMixin):
+  def test_ld_libjpeg(self):
+    self.assertLibraryList('parts/libjpeg/lib/libjpeg.so',[
+      'libc',
+      ], [])
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     result_dict = {}




More information about the Erp5-report mailing list