diff options
author | asafkahlon <35964924+asafkahlon@users.noreply.github.com> | 2021-06-09 11:07:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 09:07:25 +0100 |
commit | c7a8b42f3120af0822c6bb0e6c1756980ac48c8f (patch) | |
tree | bf1a6d3d9094379f683b9a5f47dcfd881c52990c /meson_options.txt | |
parent | 57b46adc35bd31e0a786a7c753590a5ce41ce6f7 (diff) | |
download | libfuse-c7a8b42f3120af0822c6bb0e6c1756980ac48c8f.tar.gz |
Add an option to disable building tests (#533)
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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') + |