meson: Add an option for tests
[platform/upstream/gstreamer.git] / tests / meson.build
1 # FIXME: make check work on windows
2 if host_system != 'windows'
3   if not get_option('tests').disabled() and gstcheck_dep.found()
4     subdir('check')
5   endif
6 endif
7 if not get_option('examples').disabled()
8   subdir('examples')
9 endif