Re: [libvirt PATCH 0/6] meson: Improve handling of tests

2023-10-25 Thread Andrea Bolognani
On Wed, Oct 25, 2023 at 09:41:40AM +0200, Michal Prívozník wrote: > On 10/3/23 16:56, Andrea Bolognani wrote: > > Andrea Bolognani (6): > > meson: Do less when not building from git > > meson: Move all handling of test options together > > meson: Handle -Dtests=enabled with Clang > > meson:

Re: [libvirt PATCH 0/6] meson: Improve handling of tests

2023-10-25 Thread Michal Prívozník
On 10/3/23 16:56, Andrea Bolognani wrote: > > > Andrea Bolognani (6): > meson: Do less when not building from git > meson: Move all handling of test options together > meson: Handle -Dtests=enabled with Clang > meson: Make -Dexpensive_tests depend on -Dtests > meson: Disable all tests w

Re: [libvirt PATCH 0/6] meson: Improve handling of tests

2023-10-24 Thread Andrea Bolognani
On Tue, Oct 03, 2023 at 04:56:31PM +0200, Andrea Bolognani wrote: > Andrea Bolognani (6): > meson: Do less when not building from git > meson: Move all handling of test options together > meson: Handle -Dtests=enabled with Clang > meson: Make -Dexpensive_tests depend on -Dtests > meson: D

[libvirt PATCH 0/6] meson: Improve handling of tests

2023-10-03 Thread Andrea Bolognani
Andrea Bolognani (6): meson: Do less when not building from git meson: Move all handling of test options together meson: Handle -Dtests=enabled with Clang meson: Make -Dexpensive_tests depend on -Dtests meson: Disable all tests when tests are disabled meson: Rename build_tests -> tes