X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=1f65d7cc5c30efa4f86bfbd9a592b46d63ec2268;hp=f7f0e5b67232028a192dbbd6fb5b3e90dbfe25cd;hpb=a12f8df0c6933af629d7d75585a42371e59e9021;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index f7f0e5b..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' -subdir('check') +if get_option('tests').disabled() + subdir_done() endif - -subdir('icles') -subdir('examples') +subdir('static-plugins') +subdir('python') \ No newline at end of file