X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=306e175424537601ce3b167c10f224be139e86f7;hp=b964a355d167b1fd1b4995d63b766f9c3eb2b7ce;hpb=794ada056a26d45246ac229136b8a4a01ade19d8;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index b964a35..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