gstreamer/tests/meson.build
Seungha Yang 7aebe60809 tests: Enable unit test on Windows
Allow run some unit tests on Windows.
* Remove hardcoded path separator in whitelist env for Meson to choose
  OS-specific separator automatically (i.e., ';' for windows and ':' for *nix)
* Add dependency explicitly for some test cases, otherwise plugins couldn't be
  loaded on uninstalled environment of Windows.
2018-12-18 22:52:24 +09:00

8 lines
172 B
Meson

if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif
subdir('icles')
if not get_option('examples').disabled()
subdir('examples')
endif