X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=306e175424537601ce3b167c10f224be139e86f7;hp=cd3aa67d069a225ca262aabbaf215f9ae9f39f17;hpb=8edfec2cc3778a6fdebfa24c4f6eebe39af6c26c;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index cd3aa67..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,3 +1,5 @@ -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