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