summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-08 07:55:38 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-24 03:47:26 +0200
commit572baca1d4bad218805b71be7f92b2c0385ec1e6 (patch)
tree7c5ca93c75915bd34fdac920ab91c5d27d8bc49d /meson_options.txt
parentmeson: define tests (diff)
downloadsystemd-572baca1d4bad218805b71be7f92b2c0385ec1e6.tar.xz
systemd-572baca1d4bad218805b71be7f92b2c0385ec1e6.zip
meson: add option to install tests
Instead of a separate target as with make, it is decided at configure time whether to install tests as part of the install target. The effect should be the same.
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 9295b9c27c..981eace590 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -201,3 +201,5 @@ option('zshcompletiondir', type : 'string',
option('tests', type : 'combo', choices : ['yes', 'unsafe'],
description : 'enable extra tests with =unsafe')
+option('install-tests', type : 'boolean', value : 'false',
+ description : 'install test executables')