From da9bb8dea6821edcfd3464e8cba37ad4a91087d6 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sun, 4 Sep 2022 18:27:15 +0200 Subject: meson: Disable tests by default Compiling with tests adds a significant amount of build targets to the meson build. However, tests are only of interest when a feature has been implemented or for continuous integration. Disable tests by default to reduce the computational resource requirements and the duration of a complete libcamera built. Signed-off-by: Christian Rauch Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Kieran Bingham Signed-off-by: Laurent Pinchart --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 7a9aecfc..f1d67808 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -47,6 +47,7 @@ option('qcam', option('test', type : 'boolean', + value : false, description: 'Compile and include the tests') option('tracing', -- cgit v1.2.1