X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=6db6240649919da9319ed1f9062a8b7b906a97f2;hb=a9ea40efb522a2f013d853e08dbaf703610c8027;hp=2d750d71c67d8c39925899dbf730d8ddd0e33940;hpb=fa8116cc1f930f0209885b5372a67028de7e440c;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/tests/meson.build b/tests/meson.build index 2d750d7..6db6240 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,6 +1,8 @@ -# FIXME: make check work on windows -if host_machine.system() != 'windows' -subdir('check') +if not get_option('tests').disabled() and gstcheck_dep.found() + subdir('check') + subdir('icles') endif -# TODO: Implement examples etc +if not get_option('examples').disabled() + subdir('examples') +endif