summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 61878ceba4..657514a5fb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -119,6 +119,11 @@ option('build-tests',
value: 'true',
description : 'Build tests')
+option('build-internal-tests',
+ type: 'boolean',
+ value: 'true',
+ description : 'Build tests for internal apis')
+
option('install-tests',
type: 'boolean',
value: 'false',