gstreamer/tests/meson.build

6 lines
137 B
Meson
Raw Normal View History

if host_machine.system() != 'windows'
2018-08-18 20:22:42 +00:00
if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif
endif