1
0
Fork 0

meson: Add 'plain' test setup

This is useful if one wants to run 'meson test' inside
meta-dbus-runner.py. Doing so makes it possible to run e.g. 'meson test
--gdb'.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2093>
This commit is contained in:
Jonas Ådahl 2021-10-28 14:55:41 +02:00
parent 94e279310a
commit b1c8ce110c

View file

@ -303,6 +303,8 @@ if have_tests
exe_wrapper: default_test_wrappers,
)
add_test_setup('plain')
add_test_setup('CI',
env: [
'MUTTER_DEBUG_DUMMY_MODE_SPECS=800x600@10.0',