tests: Enable more tests on Windows

Enable libs_rtp, libs_video and elements_compositor
This commit is contained in:
Seungha Yang 2018-12-30 18:49:52 +09:00 committed by Tim-Philipp Müller
parent f5c4826ea4
commit a95ab79d34

View file

@ -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') ],