summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-01-09 10:20:13 +0100
committerStéphane Cerveau <scerveau@collabora.com>2020-01-09 10:22:25 +0100
commit8e835f8ed2299ad68032432eaf6491b2da8d532b (patch)
treeba01280ba3564736ad8b7b29eee67235271c327b /meson_options.txt
parent574cb8d5a432fefbd8e9d777ad263ae286d67938 (diff)
downloadjson-glib-8e835f8ed2299ad68032432eaf6491b2da8d532b.tar.gz
meson: add tests option
Give an option to meson to disable `tests` build
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a6b2a51..068a03f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,3 +7,6 @@ option('gtk_doc',
option('man',
type: 'boolean', value: false,
description: 'Build the man pages (requires xsltproc)')
+option('tests',
+ type: 'boolean', value: true,
+ description: 'Build the tests')