summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 2b8b8155df671bce5435b9c82867d246621c45c1 (plain)
1
2
3
4
5
6
7
8
if not get_option('tests').disabled() and gstcheck_dep.found()
  subdir('check')
endif

if not get_option('examples').disabled()
  subdir('examples')
  subdir('internal')
endif