test: link against all enabled libs
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 19 Jan 2022 18:09:58 +0000 (18:09 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 21 Jan 2022 11:05:14 +0000 (12:05 +0100)
commitdf17828b61fb2b9a4ce7cb26e60e9025a4c46885
treef392c1ade33b39ae97466f8895df7426bdc89eff
parente71626995eb917a4be45242cb2290d5ff819d822
test: link against all enabled libs

Rather than maintaining a list of the libraries the unit tests need, and
having to conditionally include/omit optional libs from the list, we can
just link against all available libraries, simplifying the code
considerably.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: David Marchand <david.marchand@redhat.com>
app/test/meson.build