tests: Enable more tests on Windows
authorSeungha Yang <seungha.yang@navercorp.com>
Sun, 30 Dec 2018 09:49:52 +0000 (18:49 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 30 Dec 2018 23:25:14 +0000 (23:25 +0000)
Enable libs_rtp, libs_video and elements_compositor

tests/check/meson.build

index e988dbf..f07d087 100644 (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') ],