summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-10 00:14:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-10-10 00:14:48 -0400
commitc57b402d9dc443dd8a6bb3feb5311c00b064efbb (patch)
treed9afed1f46c81974b781132d1f38686e63056e31 /meson_options.txt
parenta45e497fdf41b7194eae55412f50acbddf1c377c (diff)
downloadgtk+-c57b402d9dc443dd8a6bb3feb5311c00b064efbb.tar.gz
Add an install-tests option
Use this to enable or disable installed tests.
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 643aa144da..5c89e9df3b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -40,3 +40,5 @@ option('demos', type: 'boolean', value: 'true',
description : 'Build demos and example programs')
option('build-tests', type: 'boolean', value: 'true',
description : 'Build tests')
+option('install-tests', type: 'boolean', value: 'false',
+ description : 'Install tests')