Back to development
[platform/upstream/gstreamer.git] / tests / meson.build
index c44bfc8..3159b9c 100644 (file)
@@ -1,9 +1,5 @@
-# FIXME: make check work on windows
-if host_machine.system() != 'windows'
-  subdir('check')
+if get_option('tests').disabled()
+       subdir_done()
 endif
-if not get_option('disable_examples')
-  subdir('examples')
-endif
-#subdir('files')
-# FIXME: subdir('icles')
+subdir('static-plugins')
+subdir('python')
\ No newline at end of file