Re: [PATCH] meson: build all modules by default

2022-01-07 Thread Li Zhang
On 1/7/22 1:01 PM, Paolo Bonzini wrote: With more recent versions of Meson, the build.ninja file is more selective as to what is built by default, and not building the modules results in test failures. Mark the modules as built-by-default and, to make the dependencies more precise, also require

[PATCH] meson: build all modules by default

2022-01-07 Thread Paolo Bonzini
With more recent versions of Meson, the build.ninja file is more selective as to what is built by default, and not building the modules results in test failures. Mark the modules as built-by-default and, to make the dependencies more precise, also require them to be up-to-date before running tests