mirror of
https://github.com/projectatomic/bubblewrap.git
synced 2026-02-06 18:46:08 +01:00
@@ -152,4 +152,6 @@ if not meson.is_subproject()
|
||||
subdir('completions')
|
||||
endif
|
||||
|
||||
subdir('tests')
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
@@ -38,6 +38,12 @@ option(
|
||||
description : 'enable optional SELINUX support',
|
||||
value : 'auto',
|
||||
)
|
||||
option(
|
||||
'tests',
|
||||
type : 'boolean',
|
||||
description : 'build tests',
|
||||
value : 'true',
|
||||
)
|
||||
option(
|
||||
'zsh_completion',
|
||||
type : 'feature',
|
||||
|
||||
Reference in New Issue
Block a user