mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
build: add option to disable tests
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
This commit is contained in:
parent
629abeaf36
commit
51eea1f265
2 changed files with 9 additions and 1 deletions
|
|
@ -194,7 +194,9 @@ subdir('remoting')
|
|||
subdir('pipewire')
|
||||
subdir('clients')
|
||||
subdir('wcap')
|
||||
subdir('tests')
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
subdir('data')
|
||||
subdir('man')
|
||||
subdir('pam')
|
||||
|
|
|
|||
|
|
@ -202,6 +202,12 @@ option(
|
|||
description: 'Tools: screen recording decoder tool'
|
||||
)
|
||||
|
||||
option(
|
||||
'tests',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'Compile Weston tests'
|
||||
)
|
||||
option(
|
||||
'test-junit-xml',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue