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