[v4l2videodecoder] Support TBM for output buffer
[platform/upstream/gst-plugins-good.git] / tests / meson.build
index 2d750d7..6db6240 100644 (file)
@@ -1,6 +1,8 @@
-# FIXME: make check work on windows
-if host_machine.system() != 'windows'
-subdir('check')
+if not get_option('tests').disabled() and gstcheck_dep.found()
+  subdir('check')
+  subdir('icles')
 endif
 
-# TODO: Implement examples etc
+if not get_option('examples').disabled()
+  subdir('examples')
+endif