aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kubaryk <greg.kubaryk@gmail.com>2024-03-12 21:41:48 +0000
committerSam James <sam@gentoo.org>2024-03-12 21:43:41 +0000
commitd00c9f8b80d8f6193810e7cb4b9175c498fc9c82 (patch)
tree95c44c4d973413ce27c2791cf0b30fb8c9c7797a /meson_options.txt
parentRevert "meson: make tests optional" (diff)
downloadgentoolkit-d00c9f8b80d8f6193810e7cb4b9175c498fc9c82.tar.gz
gentoolkit-d00c9f8b80d8f6193810e7cb4b9175c498fc9c82.tar.bz2
gentoolkit-d00c9f8b80d8f6193810e7cb4b9175c498fc9c82.zip
meson: make tests optional
Closes: https://bugs.gentoo.org/926427 Signed-off-by: Greg Kubaryk <greg.kubaryk@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> (cherry picked from commit 988e47557368df49035eeba94beca893f7b267c1)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 265d572..9949cbf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,3 +13,7 @@ option('eprefix', type : 'string',
option('docdir', type : 'string',
description : 'Documentation directory'
)
+
+option('tests', type : 'boolean', value: false,
+ description : 'Enable tests'
+)