mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
examples: Add an option to disable tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3930>
This commit is contained in:
parent
fc5bad5f75
commit
0f577533e6
2 changed files with 4 additions and 1 deletions
1
subprojects/gst-examples/meson_options.txt
Normal file
1
subprojects/gst-examples/meson_options.txt
Normal file
|
@ -0,0 +1 @@
|
|||
option('tests', type : 'feature', value : 'auto', yield : true, description: 'Build tests')
|
|
@ -27,4 +27,6 @@ subdir('signalling')
|
|||
subdir('sendonly')
|
||||
subdir('sendrecv')
|
||||
|
||||
subdir('check')
|
||||
if not get_option('tests').disabled()
|
||||
subdir('check')
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue