summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 035ba3cd082c4c6da21bffb5e1a6d7719eca3e65 (plain)
1
2
3
4
5
6
7
8
9
# FIXME: make check work on windows
if host_system != 'windows'
  if not get_option('tests').disabled() and gstcheck_dep.found()
    subdir('check')
  endif
endif
if not get_option('examples').disabled()
  subdir('examples')
endif