X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=6db6240649919da9319ed1f9062a8b7b906a97f2;hb=5d79f4bddce27b92f1a9afa02b40e074a676ac92;hp=6649601b2d1a16455027600d7217843452f88df7;hpb=8f807477ebb324703172aaee1660ad21a5683fb7;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/tests/meson.build b/tests/meson.build index 6649601..6db6240 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,9 +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 -subdir('icles') if not get_option('examples').disabled() subdir('examples') endif