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

- add and check popt


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40615 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac5a99d1
[buildout]
parts =
popt
[popt]
recipe = hexagonit.recipe.cmmi
url = http://rpm5.org/files/popt/popt-1.16.tar.gz
md5sum = 3743beefa3dd6247a73f8f7a32c14c33
......@@ -1424,6 +1424,13 @@ class AssertLibrsync(AssertSoftwareMixin):
'zlib',
])
class AssertPopt(AssertSoftwareMixin):
def test_ld_libpopt(self):
self.assertLibraryList('parts/popt/lib/libpopt.so', [
'libc',
], [
])
class AssertElfLinkedInternally(AssertSoftwareMixin):
def test(self):
return
......
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