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