From 801eef111df624f4377baed9a90c94b6a2d4340c Mon Sep 17 00:00:00 2001 From: Jason Francis Date: Tue, 10 May 2022 11:53:15 -0400 Subject: meson: add build_tests option --- 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 c12179c5e..0ea94eb47 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -41,6 +41,10 @@ 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('tests', + description: 'Build the test suite', + type: 'boolean', + value: true) option('installed_tests', description: 'Install the test suite', type: 'boolean', -- cgit v1.2.1