On Sat, May 03, 2025 at 01:18:06PM -0700, Pierrick Bouvier wrote: > Allows all tests to be visible by default when using meson test > directly. > > This has no impact on make check-* commands, which use SPEED=quick by > default (see scripts/mtest2make.py).
IMHO it would be conceptually confusing if we cause 'make check' to be running different stuff from 'meson test'. As long as we keep a makefile wrapper around running tests, I think we should keep them matching what they do by default. > > Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org> > --- > meson.build | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/meson.build b/meson.build > index f8bf6e7bb66..57ff3f722d8 100644 > --- a/meson.build > +++ b/meson.build > @@ -5,12 +5,13 @@ project('qemu', ['c'], meson_version: '>=1.5.0', > > meson.add_devenv({ 'MESON_BUILD_ROOT' : meson.project_build_root() }) > > -add_test_setup('quick', exclude_suites: ['slow', 'thorough'], is_default: > true, > +add_test_setup('quick', exclude_suites: ['slow', 'thorough'], > env: ['RUST_BACKTRACE=1']) > add_test_setup('slow', exclude_suites: ['thorough'], > env: ['G_TEST_SLOW=1', 'SPEED=slow', 'RUST_BACKTRACE=1']) > add_test_setup('thorough', > - env: ['G_TEST_SLOW=1', 'SPEED=thorough', 'RUST_BACKTRACE=1']) > + env: ['G_TEST_SLOW=1', 'SPEED=thorough', 'RUST_BACKTRACE=1'], > + is_default: true) > > meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) > > -- > 2.47.2 > With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|