Commit 950c957f authored by Łukasz Nowak's avatar Łukasz Nowak

- check ghostscript


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40715 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e3784d64
......@@ -1775,6 +1775,19 @@ class AssertFreetype(AssertSoftwareMixin):
'zlib',
])
class AssertGhostscript(AssertSoftwareMixin):
def test_ld_gs(self):
self.assertLibraryList('parts/ghostscript/bin/gs',[
'libc',
'libdl',
'libfontconfig',
'libm',
'libpthread',
'libstdc++',
], [
'fontconfig',
])
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