X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=d5957f89bf60b47a846bf86decaad9c2c3b60a01;hp=3714641a59831098e4a65fdd3e4d87f3b3fe7f62;hpb=97408bc7b692a6043128bec05b3201de1f873090;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index 3714641..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,3 +1,5 @@ -if not get_option('tests').disabled() and gstcheck_dep.found() - subdir('check') +if get_option('tests').disabled() + subdir_done() endif +subdir('static-plugins') +subdir('python') \ No newline at end of file