Commit 4739cf12 authored by Łukasz Nowak's avatar Łukasz Nowak

- check jasper


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