mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
f74ad82ddc
Allow run some unit tests on Windows. * Add dependency explicitly for some test cases, otherwise plugins couldn't be loaded on uninstalled environment of Windows. * Add missing GST_PLUGIN_LOADING_WHITELIST on meson build.
7 lines
173 B
Meson
7 lines
173 B
Meson
if not get_option('tests').disabled() and gstcheck_dep.found()
|
|
subdir('check')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
subdir('icles')
|
|
endif
|