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

- test minimum of bzip2


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40620 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae2c8fc2
......@@ -1431,6 +1431,19 @@ class AssertPopt(AssertSoftwareMixin):
], [
])
class AssertBzip2(AssertSoftwareMixin):
def test_ld_bzip2(self):
self.assertLibraryList('parts/bzip2/bin/bzip2', [
'libc',
], [
])
def test_ld_libbz2(self):
self.assertLibraryList('parts/bzip2/lib/libbz2.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