X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=a2c7398a1c3a385a5f0a30c29b3cede69b2180bc;hp=6649601b2d1a16455027600d7217843452f88df7;hpb=8f807477ebb324703172aaee1660ad21a5683fb7;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index 6649601..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,9 +1,5 @@ -# FIXME: make check work on windows -if host_machine.system() != 'windows' -subdir('check') -endif - -subdir('icles') -if not get_option('examples').disabled() - subdir('examples') +if get_option('tests').disabled() + subdir_done() endif +subdir('static-plugins') +subdir('python') \ No newline at end of file