From c3f7aa93c02a974e0dac2beb267ea74f3177cbbd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 6 Jul 2019 09:22:56 -0400 Subject: Make installed tests optional Closes: https://gitlab.gnome.org/GNOME/pango/issues/354 --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 95d7edb8..d2f5f302 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,3 +6,7 @@ option('introspection', description: 'Build the GObject introspection data for Pango', type: 'boolean', value: true) +option('install-tests', + description : 'Install tests', + type: 'boolean', + value: 'false') -- cgit v1.2.1