]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson, mkvenv: add functests custom target
authorJohn Snow <jsnow@redhat.com>
Wed, 18 Feb 2026 21:34:01 +0000 (16:34 -0500)
committerJohn Snow <jsnow@redhat.com>
Mon, 23 Feb 2026 18:24:42 +0000 (13:24 -0500)
commit1aa22ffee205f9b3be1c43bd2d5dea05ab2ddcff
treede7fd7860ffa1cb3a79740d65ee3202806a19f31
parentb42ad8ef321da4e0e9bb3c0837ca6bd289d60feb
meson, mkvenv: add functests custom target

add the "pyvenv_functests_group" target to meson. This target will
invoke mkvenv.py to install the associated dependency group to the
build/pyvenv directory.

A "pyvenv_tooling_group" is not included here as it is the plan to
always install this group by default, so it will not need an on-demand
trigger.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260218213416.674483-7-jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
meson.build
pyvenv/meson.build [new file with mode: 0644]