tests: Enable unit test on Windows
[platform/upstream/gstreamer.git] / tests / meson.build
1 if not get_option('tests').disabled() and gstcheck_dep.found()
2   subdir('check')
3 endif
4 if not get_option('examples').disabled()
5   subdir('examples')
6   subdir('icles')
7 endif