tests: check: initial unit test support
[platform/upstream/gstreamer.git] / tests / meson.build
index b27c0da..2b8b815 100644 (file)
@@ -1,3 +1,7 @@
+if not get_option('tests').disabled() and gstcheck_dep.found()
+  subdir('check')
+endif
+
 if not get_option('examples').disabled()
   subdir('examples')
   subdir('internal')