gstreamer/tests/meson.build
Seungha Yang f89fc3441b tests: Enable unit test on Windows
Remove hard-coded ':' whitelist separator since it varies with OS
2018-12-18 22:48:01 +09:00

3 lines
87 B
Meson

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