gstreamer: update translations
[platform/upstream/gstreamer.git] / tests / meson.build
index e97724f..3159b9c 100644 (file)
@@ -1,12 +1,5 @@
-if not get_option('benchmarks').disabled()
-  subdir('benchmarks')
-endif
-if not get_option('tests').disabled()
-  subdir('check')
-endif
-if not get_option('examples').disabled()
-  subdir('examples')
-endif
-if not get_option('tools').disabled()
-  subdir('misc')
+if get_option('tests').disabled()
+       subdir_done()
 endif
+subdir('static-plugins')
+subdir('python')
\ No newline at end of file