summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2022-06-01 06:48:23 +0000
committerCarlos Garnacho <carlosg@gnome.org>2022-06-01 11:55:27 +0200
commit1b0be1d5bea76c1d02a7afebc431844e933ed4a8 (patch)
tree2f6056d3a19a46146960167f7d6db8d59e327f25 /meson_options.txt
parent340872d8cbda8d654e419463d2cacfb621446457 (diff)
downloadlibmediaart-1b0be1d5bea76c1d02a7afebc431844e933ed4a8.tar.gz
meson: add tests option
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c97c054..3146b1f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,6 +3,8 @@ option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'q
option('introspection', type : 'boolean', value : 'true',
description : 'Enable / disable the GObject-Introspection integration')
option('vapi', type : 'boolean', value : 'true')
+option('tests', type : 'boolean', value : 'true',
+ description : 'Enable / disable unit tests')
option('gtk_doc',
type: 'boolean',
value: 'false',