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