gstreamer/subprojects/gst-editing-services/tests/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
236 B
Meson
Raw Normal View History

if get_option('tests').disabled() or static_build
subdir_done()
endif
# FIXME: make check work on windows
if host_machine.system() != 'windows' and gstcheck_dep.found()
subdir('check')
endif
subdir('validate')
2019-02-08 21:26:19 +00:00
subdir('benchmarks')