X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=d803bf852f6709fce14a267531eaf998375d26fd;hp=7cc2e3cc41b3faa1533612b4c0a0ca94c2326eb1;hpb=f11571f39897415e67e0b5929e27426264b94f92;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