Hacker News new | ask | show | jobs
by mid-kid 742 days ago
Last I checked meson supports unit testing shared libraries just fine, as well as building both static and shared libraries "both_libraries()". This integrates fine with testing, though it modifies the binaries' rpath for library search instead of wrapping them in a script like libtool does.
1 comments

Even if you build your shared objects with -fvisibility=hidden?