From 3e1436683402ca285522e05423ea0705707d987d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Apr 2017 16:46:35 -0700 Subject: Build tests by default. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 71c8ae2..b13ed06 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # (even though this isn't actually Python code) project('libfuse3', 'c', version: '3.1.0', - meson_version: '>= 0.37', + meson_version: '>= 0.38', default_options: [ 'buildtype=plain' ]) # -- cgit v1.2.3