gst-inspect: fix unused-const-variable error in windows
[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('check')
6 endif
7 if not get_option('examples').disabled()
8   subdir('examples')
9 endif
10 if not get_option('tools').disabled()
11   subdir('misc')
12 endif