summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-04-03 18:02:50 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-04-03 18:02:50 +0100
commitb1756860a964dacf02bea9144962578c3f13355f (patch)
tree09e5f1eb46ada0756218c2ac7c72465a39e7dc2d
parentd78b8a6fbea2d32f594e750bca6dd590f7e691d7 (diff)
downloadlibgdata-b1756860a964dacf02bea9144962578c3f13355f.tar.gz
build: Don’t enable installed tests by default
Conventionally, they’re not enabled by default. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 924223a5..b1ba2df1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,7 +25,7 @@ option('always_build_tests',
option('installed_tests',
type: 'boolean',
- value: true,
+ value: false,
description: 'Install test programs (default: false)')
option('man',