summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-02-20 18:09:03 +0000
committerCarlos Garnacho <carlosg@gnome.org>2022-02-20 18:09:03 +0000
commitedcdecdd7d1246396f3412218e8187bfbf555a29 (patch)
treebc450d0885f2232aa80a24168135ea257a1958c5 /meson_options.txt
parentc6e63fd718231bbef0ee4d8756a333a4500378fc (diff)
parentdb36d010737d5eeceff300e3dd5e315c5d0382a2 (diff)
downloadtracker-edcdecdd7d1246396f3412218e8187bfbf555a29.tar.gz
Merge branch 'option-tests' into 'master'
build: Add an option to control building tests See merge request GNOME/tracker!488
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 a7e647d02..ec8ea8bc2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,6 +20,8 @@ option('systemd_user_services', type: 'boolean', value: true, yield: true,
description: 'Whether to install systemd user .service files')
option('systemd_user_services_dir', type: 'string', value: '', yield: true,
description: 'Directory to install systemd user unit files (or empty to use default)')
+option('tests', type: 'boolean', value: true,
+ description: 'Whether to build tests')
option('test_utils', type: 'boolean', value: true,
description: 'Whether to install the trackertestutils Python package')
option('test_utils_dir', type: 'string', value: '',