summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: ba2d1f0eb228b70f85121e9814e866a193f4929d (plain)
1
2
3
4
5
6
7
8
9
10
# 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')
  subdir('icles')
endif