mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
daa1519e3d
This allows us to start testing internal of the elements by linking the nle pluging directly with validate and implement validate tests with specific action types. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5035>
11 lines
229 B
Meson
11 lines
229 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')
|
|
subdir('validate')
|
|
endif
|
|
|
|
subdir('benchmarks')
|