From c7a8b42f3120af0822c6bb0e6c1756980ac48c8f Mon Sep 17 00:00:00 2001 From: asafkahlon <35964924+asafkahlon@users.noreply.github.com> Date: Wed, 9 Jun 2021 11:07:25 +0300 Subject: Add an option to disable building tests (#533) Signed-off-by: Asaf Kahlon --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 8950ff1..43304d1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,3 +13,6 @@ option('examples', type : 'boolean', value : true, option('useroot', type : 'boolean', value : true, description: 'Set owner and setuid bits on installed files') +option('tests', type : 'boolean', value : true, + description: 'Compile the test files') + -- cgit v1.2.3