summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 1cc032c288a8e27a106f26310b9bd31daa6540f9 (plain)
1
2
3
4
5
if host_machine.system() != 'windows'
  if not get_option('tests').disabled() and gstcheck_dep.found()
    subdir('check')
  endif
endif