X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmeson.build;h=3159b9cdb18e0fe7db5ec67ac4725e302f16d854;hb=d132592423be64ec18a223b67810ac89f391277e;hp=5374bcba4521499b8425377bf4e017339aad7db6;hpb=517757791e1245ae9f7aa72d496b7f16c31d84f9;p=platform%2Fupstream%2Fgstreamer.git diff --git a/tests/meson.build b/tests/meson.build index 5374bcb..3159b9c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,13 +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 - -test_cleanup_exe = executable('test-cleanup', 'test-cleanup.c', - dependencies: gst_rtsp_server_dep) - -test_reuse_exe = executable('test-reuse', 'test-reuse.c', - dependencies: gst_rtsp_server_dep) - -test('test-cleanup', test_cleanup_exe) -test('test-reuse', test_reuse_exe) +subdir('static-plugins') +subdir('python') \ No newline at end of file