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

- check libjpeg


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40695 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3bf5fe1
......@@ -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 = {}
......
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