diff --git a/tests/check/meson.build b/tests/check/meson.build index e988dbf125..f07d087489 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -15,11 +15,13 @@ base_tests = [ [ 'libs/navigation.c' ], [ 'libs/pbutils.c' ], [ 'libs/profile.c' ], + [ 'libs/rtp.c' ], [ 'libs/rtpbasedepayload.c' ], [ 'libs/rtpbasepayload.c' ], [ 'libs/rtsp.c' ], [ 'libs/sdp.c' ], [ 'libs/tag.c' ], + [ 'libs/video.c' ], [ 'libs/videoanc.c' ], [ 'libs/videoencoder.c' ], [ 'libs/videodecoder.c' ], @@ -34,6 +36,7 @@ base_tests = [ [ 'elements/audiorate.c' ], [ 'elements/audiotestsrc.c' ], [ 'elements/audioresample.c' ], + [ 'elements/compositor.c' ], [ 'elements/decodebin.c' ], [ 'elements/overlaycomposition.c' ], [ 'elements/playbin.c' ], @@ -59,10 +62,7 @@ base_tests = [ if host_machine.system() != 'windows' base_tests += [ [ 'libs/allocators.c', host_machine.system() != 'linux' ], - [ 'libs/rtp.c' ], [ 'libs/rtspconnection.c' ], - [ 'libs/video.c' ], - [ 'elements/compositor.c', not core_conf.has('HAVE_UNISTD_H') ], [ 'elements/libvisual.c', not is_variable('libvisual_dep') or not libvisual_dep.found() ], [ 'elements/encodebin.c', not theoraenc_dep.found() or not vorbisenc_dep.found() ], [ 'elements/multifdsink.c', not core_conf.has('HAVE_SYS_SOCKET_H') or not core_conf.has('HAVE_UNISTD_H') ],