gstreamer/subprojects/gst-plugins-bad/tests/meson.build

9 lines
200 B
Meson

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