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