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