From b1c8ce110c1128a4c5032036f522d7fc5e65500a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 28 Oct 2021 14:55:41 +0200 Subject: [PATCH] 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: --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 3b0ad4091..2eea6ac1e 100644 --- a/meson.build +++ b/meson.build @@ -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',