tests: Add a gst-tester utility
[platform/upstream/gstreamer.git] / tests / meson.build
1 if not get_option('benchmarks').disabled()
2   subdir('benchmarks')
3 endif
4 if not get_option('tests').disabled() and gst_check_dep.found()
5   subdir('validate')
6   subdir('check')
7 endif
8 if not get_option('examples').disabled()
9   subdir('examples')
10 endif
11 if not get_option('tools').disabled()
12   subdir('misc')
13 endif