On 18/02/2026 22.34, John Snow wrote:
With the qemu.qmp and qemu.machine dependencies now installed by default
at configure time and additional dependencies required by functional
testing installed on demand, we do not need the explicit "check-venv" target.

...However, to facilitate running VM tests without running configure, we
move some of the former logic into tests/vm/Makefile.include to create a
new venv (vm-venv) on-demand when running VM tests from the source tree.

Signed-off-by: John Snow <[email protected]>
---
  tests/Makefile.include    | 22 ++--------------------
  tests/vm/Makefile.include | 20 ++++++++++++++++----
  2 files changed, 18 insertions(+), 24 deletions(-)

Reviewed-by: Thomas Huth <[email protected]>



Reply via email to