]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: add test that dlopen()'s all our weak library deps once
authorLennart Poettering <lennart@poettering.net>
Mon, 7 Dec 2020 13:15:36 +0000 (14:15 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 9 Dec 2020 12:34:40 +0000 (13:34 +0100)
commit68fdc72cfe19777b8f39a6a13b659e79ead4bee9
tree7de5139b54c87170ee19f931a898e795460000c3
parentad914843c6072d64a8e265bb3fda1c1d61f46df6
test: add test that dlopen()'s all our weak library deps once

This test should ensure we notice if distros update shared libraries
that broke so name, and we still use the old soname.

(In contrast to what the commit summary says, this currently doesn#t
cover really all such deps, specifically xkbcommon and PCRE are missing,
since they currently aren't loaded from src/shared/. This is stuff to
fix later)
src/test/meson.build
src/test/test-dlopen-so.c [new file with mode: 0644]