qtdemux: guard against timestamp calculation overflow in gap event loop
[platform/upstream/gstreamer.git] / tests / meson.build
index f3589a5..3159b9c 100644 (file)
@@ -1,13 +1,5 @@
-if not get_option('benchmarks').disabled()
-  subdir('benchmarks')
-endif
-if not get_option('tests').disabled() and gst_check_dep.found()
-  subdir('validate')
-  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