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

- check that libuuid is correctly linked


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40791 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dca094c6
......@@ -2088,6 +2088,15 @@ class AssertGlib(AssertSoftwareMixin):
'libglib-2.0',
], self.rpath_list)
class AssertLibuuid(AssertSoftwareMixin):
def test_ld_libuuid(self):
self.assertLibraryList('parts/libuuid/lib/libuuid.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