X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=d5957f89bf60b47a846bf86decaad9c2c3b60a01;hp=c44bfc8e2ccedef217a2cb45a5f2eac70630587f;hpb=cdbb261d9c46fe55cf1e3263bb1781c94ccefd42;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index c44bfc8..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,9 +1,5 @@ -# FIXME: make check work on windows -if host_machine.system() != 'windows' - subdir('check') +if get_option('tests').disabled() + subdir_done() endif -if not get_option('disable_examples') - subdir('examples') -endif -#subdir('files') -# FIXME: subdir('icles') +subdir('static-plugins') +subdir('python') \ No newline at end of file