On Mon, Nov 17, 2025 at 9:46 PM Alex Bennée <[email protected]> wrote: > > Paolo Bonzini <[email protected]> writes: > > > You probably have never thought much about scripts/mtest2make.py, and in > > fact it has seen only a hendful of commits in the last few years. > > The idea is pretty simple: gather the list of testsuites and their > > dependencies, and turn a "make check-*" invocation into calling "ninja" > > first and "meson test" second. On top of that, it magically turns > > SPEED=thorough into invoking up to three suites named XYZ, XYZ-slow > > and XYZ-thorough. > > Hmm this seemed to run too many tests: > > make -j33 -k -C /home/alex/lsrc/qemu.git/builds/all > check-func-aarch64-thorough
oh, I never thought of doing that (as opposed to SPEED=thorough). I will fix it and post v2. Paolo
