Re: [PATCH 2/6] app/test: link unit test binary against all available libs

2022-01-19 Thread Bruce Richardson
On Wed, Jan 19, 2022 at 05:51:20PM +0100, David Marchand wrote: > On Thu, Jan 13, 2022 at 6:40 PM Bruce Richardson > wrote: > > > > 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 ag

Re: [PATCH 2/6] app/test: link unit test binary against all available libs

2022-01-19 Thread David Marchand
On Thu, Jan 13, 2022 at 6:40 PM Bruce Richardson wrote: > > 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. > > Sign

[PATCH 2/6] app/test: link unit test binary against all available libs

2022-01-13 Thread Bruce Richardson
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 --- app/test/meson.build | 47 +-