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

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


Author: luke
Date: Thu Nov 25 15:27:27 2010
New Revision: 40693

URL: http://svn.erp5.org?rev=40693&view=rev
Log:
 - assert jbigkit

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=40693&r1=40692&r2=40693&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 15:27:27 2010
@@ -1696,6 +1696,17 @@ class AssertImagemagick(AssertSoftwareMi
     self.assertLibraryList('parts/imagemagick/bin/stream',
       self.bin_lib_list, self.lib_rpath_list)
 
+class AssertJbigkit(AssertSoftwareMixin):
+  def test_ld_libjbig(self):
+    self.assertLibraryList('parts/jbigkit/lib/libjbig.so',[
+      'libc',
+      ], [])
+
+  def test_ld_libjbig85(self):
+    self.assertLibraryList('parts/jbigkit/lib/libjbig85.so',[
+      'libc',
+      ], [])
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     result_dict = {}




More information about the Erp5-report mailing list