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