summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2021-12-13 10:39:45 +0100
committerMarge Bot <marge-bot@gnome.org>2022-01-14 09:16:09 +0000
commit812954b22c2c835816f80637edef27a332be4799 (patch)
tree0139bfefce28a33d1edf49f372ca4122db306945 /meson_options.txt
parent06eb27d50324223ef2d3a7f9cd0addaa721841de (diff)
downloadmutter-812954b22c2c835816f80637edef27a332be4799.tar.gz
tests: Add ways to run privileged tests without KVM
These will be skipped by default, but can be run from a TTY for easier debugging by doing: dbus-run-session -- meson test -C build --suite mutter/native/tty --setup plain Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2151>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 12457d261..048a62b37 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -153,6 +153,12 @@ option('kvm_kernel_image',
description: 'Path to a Linux kernel image to be used for KVM testing'
)
+option('tty_tests',
+ type: 'boolean',
+ value: false,
+ description: 'Enable tests that must be run on a TTY (KMS tests without KVM)'
+)
+
option('profiler',
type: 'boolean',
value: true,