diff --git a/src/tests/meson.build b/src/tests/meson.build index 9b9990577..5a9d17bbb 100644 --- a/src/tests/meson.build +++ b/src/tests/meson.build @@ -430,7 +430,7 @@ if have_x11 ) endif -test('get-state-tool', mutter, +test('get-state-tool-gio', mutter, args: [ '--headless', '--mutter-plugin=@0@'.format(default_plugin.full_path()), @@ -442,3 +442,18 @@ test('get-state-tool', mutter, is_parallel: false, timeout: 60, ) + +test('get-state-tool-gdbus', mutter, + args: [ + '--headless', + '--mutter-plugin=@0@'.format(default_plugin.full_path()), + '--virtual-monitor', '800x600', + '--', + get_state_tool.full_path(), + '--gdbus', + ], + suite: ['tools'], + env: test_env, + is_parallel: false, + timeout: 60, +)