meson: add build options to disable tools and tests
[platform/upstream/gstreamer.git] / tests / meson.build
1 # FIXME: make check work on windows
2 if host_machine.system() != 'windows'
3   if not get_option('tests').disabled() and gst_check_dep.found()
4     subdir('check')
5   endif
6 endif
7 if not get_option('examples').disabled()
8   subdir('examples')
9 endif
10 #subdir('files')
11 subdir('icles')