diff options
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') + |