Commit ef40523b authored by Łukasz Nowak's avatar Łukasz Nowak

- assert jbigkit


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40693 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74071075
......@@ -1696,6 +1696,17 @@ class AssertImagemagick(AssertSoftwareMixin):
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 = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment