summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 138e302..eea909a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,5 +14,7 @@ option('build-pdf', type: 'boolean', value: false,
description: 'Build tutorial PDF file')
option('build-examples', type: 'boolean', value: true,
description: 'Build example programs')
+option('build-tests', type: 'boolean', value: true,
+ description: 'Build test programs')
option('benchmark', type: 'boolean', value: false,
description: 'Build and test benchmark program')