meson: add option to disable tests
[platform/upstream/gstreamer.git] / tests / meson.build
1 if host_machine.system() != 'windows'
2   if not get_option('tests').disabled() and gstcheck_dep.found()
3     subdir('check')
4   endif
5 endif