-
- Downloads
"git@gitlab.steamos.cloud:steamrt/steam-runtime-tools.git" did not exist on "8710f9f312949c25d9480e9aab280f1b77e9c436"
tests: use nm -B (like libtool does) to enumerate symbols
This protects us from potential bugs in capsule-symbols(1) by
having something else to cross-check our results against.
It also means we can inspect the generated shims for libraries that
we do not actually have and hence cannot load, such as libGL.so.1 on
autobuilders that do not have a graphics stack installed.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
293b1feb
No related branches found
No related tags found
Showing
- Makefile.am 3 additions, 1 deletionMakefile.am
- debian/copyright 24 additions, 0 deletionsdebian/copyright
- tests/CapsuleTest.pm 57 additions, 0 deletionstests/CapsuleTest.pm
- tests/CapsuleTestDpkg.pm 81 additions, 0 deletionstests/CapsuleTestDpkg.pm
- tests/gl-shim.pl 24 additions, 14 deletionstests/gl-shim.pl
- tests/init-project.pl 10 additions, 1 deletiontests/init-project.pl
tests/CapsuleTestDpkg.pm
0 → 100644
Please register or sign in to comment