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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 16:16:37 CET 2010


Author: luke
Date: Thu Nov 25 16:16:35 2010
New Revision: 40708

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

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=40708&r1=40707&r2=40708&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 16:16:35 2010
@@ -1756,6 +1756,16 @@ class AssertLibpng(AssertSoftwareMixin):
       'zlib',
       ])
 
+class AssertJasper(AssertSoftwareMixin):
+  def test_ld_libjasper(self):
+    self.assertLibraryList('parts/jasper/lib/libjasper.so',[
+      'libc',
+      'libjpeg',
+      'libm',
+      ], [
+      'libjpeg',
+      ])
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     result_dict = {}




More information about the Erp5-report mailing list