Re: [PATCH] tests: When BUILD_STATIC always link against libeu

2024-08-21 Thread Mark Wielaard
Hi, On Wed, Aug 21, 2024 at 03:52:20PM +0200, Mark Wielaard wrote: > libeu is a static library with internal helper functions normally > included in all shared libraries. But when linking static (with > --enable-gcov) we need to explicitly link it into the test binaries. > >* tests/Makefi

[PATCH] tests: When BUILD_STATIC always link against libeu

2024-08-21 Thread Mark Wielaard
libeu is a static library with internal helper functions normally included in all shared libraries. But when linking static (with --enable-gcov) we need to explicitly link it into the test binaries. * tests/Makefile.am (libelf): Add $(libeu) when BUILD_STATIC. Signed-off-by: Mark Wielaard