diff options
author | Simon McVittie <smcv@debian.org> | 2019-08-28 11:40:07 +0100 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2019-08-29 11:36:51 +0000 |
commit | 6b03d433a4f008575c0477287096109f5b238cc5 (patch) | |
tree | 4435f561946dc4be9e76418bcf5e03ae33e1614f /meson_options.txt | |
parent | 2c4244279fa8b7b7843de08201fafeda9bce6ec7 (diff) | |
download | libsoup-6b03d433a4f008575c0477287096109f5b238cc5.tar.gz |
Optionally install installed-tests
This was supported in the old Autotools build system, but was lost
in the move to Meson.
Signed-off-by: Simon McVittie <smcv@debian.org>
Fixes: https://gitlab.gnome.org/GNOME/libsoup/issues/163
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4f14e378..12b1aae6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -64,3 +64,9 @@ option('tests', value: true, description: 'Enable unit tests compilation' ) + +option('installed_tests', + type: 'boolean', + value: false, + description: 'Install tests for as-installed testing' +) |