debugqroverlay: fix string leak
[platform/upstream/gstreamer.git] / tests / meson.build
index ba2d1f0..3159b9c 100644 (file)
@@ -1,10 +1,5 @@
-# FIXME: make check work on windows
-if host_system != 'windows'
-  if not get_option('tests').disabled() and gstcheck_dep.found()
-    subdir('check')
-  endif
-endif
-if not get_option('examples').disabled()
-  subdir('examples')
-  subdir('icles')
+if get_option('tests').disabled()
+       subdir_done()
 endif
+subdir('static-plugins')
+subdir('python')
\ No newline at end of file