X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=1f65d7cc5c30efa4f86bfbd9a592b46d63ec2268;hp=7cc2e3cc41b3faa1533612b4c0a0ca94c2326eb1;hpb=90e801e62dde44c2046ab97c9bdb042725fc6943;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index 7cc2e3c..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,8 +1,5 @@ -if not get_option('tests').disabled() and gst_check_dep.found() - subdir('check') +if get_option('tests').disabled() + subdir_done() endif -if not get_option('examples').disabled() - subdir('examples') -endif -#subdir('files') -subdir('icles') +subdir('static-plugins') +subdir('python') \ No newline at end of file