Skip to content
Snippets Groups Projects
Commit 51eea1f2 authored by Biswapriyo Nath's avatar Biswapriyo Nath 🦊 Committed by Marius Vlad
Browse files

build: add option to disable tests

parent 629abeaf
No related branches found
No related tags found
1 merge request!1569build: add option to disable tests
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment