Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / tests / meson.build
1 if not get_option('tests').disabled() and gstcheck_dep.found()
2   subdir('check')
3   subdir('icles')
4   subdir('validate')
5 endif
6 if not get_option('examples').disabled()
7   subdir('examples')
8 endif