summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2021-01-19 17:48:04 +0100
committerMarge Bot <marge-bot@gnome.org>2021-03-12 15:09:45 +0000
commit78ba1429c8d4baba055a000838f7dbce84045dff (patch)
tree24990c0fdf54fe5fe534bc006888de308398d57f /meson_options.txt
parent9bf57f82d3814bf49a465f1e40a314d6229529e6 (diff)
downloadmutter-78ba1429c8d4baba055a000838f7dbce84045dff.tar.gz
tests: Add headless native backend test
It doesn't do anything more than construct and tear down, but it's a start. Don't run the test as part of CI yet, as doesn't have the DRM devices needed. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1698>
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 a0fb61636..84e7dcc6c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -117,6 +117,12 @@ option('core_tests',
description: 'Enable mutter core tests'
)
+option('native_tests',
+ type: 'boolean',
+ value: true,
+ description: 'Enable mutter native backend tests'
+)
+
option('tests',
type: 'boolean',
value: true,