mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
ad8ea38e0a
This is a convention everywhere else in gstreamer. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6159>
11 lines
No EOL
226 B
Meson
11 lines
No EOL
226 B
Meson
if get_option('tests').disabled() or static_build
|
|
subdir_done()
|
|
endif
|
|
|
|
# FIXME: make check work on windows
|
|
if host_system != 'windows' and gstcheck_dep.found()
|
|
subdir('check')
|
|
endif
|
|
|
|
subdir('validate')
|
|
subdir('benchmarks') |