mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
meson: add tests option
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
792402849f
commit
a269bc0bed
2 changed files with 7 additions and 1 deletions
|
|
@ -7,7 +7,9 @@ subdir('modules')
|
|||
if get_option('examples')
|
||||
subdir('examples')
|
||||
endif
|
||||
subdir('tests')
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
if get_option('gstreamer')
|
||||
subdir('gst')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue