From 4c76635e1f19c6d1919d4ea94f6b00f97b996665 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 29 Apr 2018 18:18:07 +0100 Subject: meson: Add option for installing tests Like the Autotools build allows us to decide whether the tests should be installed in a known location, we should have this option for the Meson build. --- 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 a5aa93be0..9f6b6505e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -42,3 +42,7 @@ option('native_windows_loaders', description: 'Use Windows system components to handle BMP, EMF, GIF, ICO, JPEG, TIFF and WMF images, overriding jpeg and tiff. To build this into gdk-pixbuf, pass in windows" with the other loaders to build in or use "all" with the builtin_loaders option', type: 'boolean', value: false) +option('installed_tests', + description: 'Install the test suite', + type: 'boolean', + value: true) -- cgit v1.2.1