X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=d5957f89bf60b47a846bf86decaad9c2c3b60a01;hp=0ef30b3d307fb199ccb65c5ab9cbb2b55a4c3eec;hpb=cef58baf9fca352c140578a21077a8ecd7d9f157;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index 0ef30b3..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,7 +1,5 @@ -# FIXME: make check work on windows -if host_machine.system() != 'windows' and gstcheck_dep.found() - subdir('check') +if get_option('tests').disabled() + subdir_done() endif - -subdir('validate') -subdir('benchmarks') \ No newline at end of file +subdir('static-plugins') +subdir('python') \ No newline at end of file