summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index add49c866..1e122300e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -111,10 +111,16 @@ option('clutter_tests',
description: 'Enable clutter tests'
)
+option('core_tests',
+ type: 'boolean',
+ value: true,
+ description: 'Enable mutter core tests'
+)
+
option('tests',
type: 'boolean',
value: true,
- description: 'Enable mutter tests'
+ description: 'Enable tests globally. Specific test suites can be controlled with core_tests, clutter_tests, and cogl_tests'
)
option('installed_tests',