gstreamer/tests/meson.build
2018-08-18 21:27:24 +01:00

5 lines
137 B
Meson

if host_machine.system() != 'windows'
if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif
endif