]> git.ipfire.org Git - thirdparty/qemu.git/commit
mtest2make: add dependencies to the "speed-qualified" suite
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Nov 2025 15:51:17 +0000 (16:51 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Nov 2025 08:24:01 +0000 (09:24 +0100)
commitb1085f87ef868e1153591c6e596b0e2b03b0e066
treede087d891fa0b64f34a48b90a1d63905bf50ee56
parent50797af6e8ed8b7d3921413d6879cac772ded956
mtest2make: add dependencies to the "speed-qualified" suite

Thorough tests may have more dependencies than faster ones.
Dependencies are now looked up based on the suites being
executed, not on the suites passed as goals to the makefile.
Therefore, it is possible to limit dependencies to the
speeds that need them.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/mtest2make.py