summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJason Francis <jafrancis999@gmail.com>2022-05-10 11:53:15 -0400
committerJason Francis <jafrancis999@gmail.com>2022-05-12 17:21:01 -0400
commit801eef111df624f4377baed9a90c94b6a2d4340c (patch)
tree38c243c392abb6c40d9e59c4fbbc61ec197b88d5 /meson_options.txt
parentf61618b4cc053d957a8eae8179a00728eefda79b (diff)
downloadgdk-pixbuf-801eef111df624f4377baed9a90c94b6a2d4340c.tar.gz
meson: add build_tests option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
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',