gstreamer/tests/meson.build
Seungha Yang f74ad82ddc tests: Enable unit test on Windows
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.
2018-12-18 16:48:17 +00:00

8 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