mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: tests: skip allocators dmabuf test on non-Linux
This commit is contained in:
parent
3f184c3abc
commit
9297da71ce
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ have_registry = true # FIXME not get_option('disable_registry')
|
|||
# name, condition when to skip the test and extra dependencies
|
||||
base_tests = [
|
||||
[ 'gst/typefindfunctions.c', not have_registry ],
|
||||
[ 'libs/allocators.c' ],
|
||||
[ 'libs/allocators.c', host_machine.system() != 'linux' ],
|
||||
[ 'libs/audio.c' ],
|
||||
[ 'libs/audiocdsrc.c' ],
|
||||
[ 'libs/audiodecoder.c' ],
|
||||
|
|
Loading…
Reference in a new issue