X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=8227b04429bc15808478b551858ed762cd9d7891;hp=5f1c1c96c848627e1994834b039d5a0615f785ce;hpb=a353e5074790c92858cf443fa80d35f4e8cb6468;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index 5f1c1c9..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1 +1,5 @@ -#subdir('check') # FIXME +if get_option('tests').disabled() + subdir_done() +endif +subdir('static-plugins') +subdir('python') \ No newline at end of file