From 9297da71ce1838940ad4dd27b993cfd84070868c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 16 Jan 2018 19:21:53 +0000 Subject: [PATCH] meson: tests: skip allocators dmabuf test on non-Linux --- tests/check/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/meson.build b/tests/check/meson.build index 1c0c39e9d7..c3e93ef6c0 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -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' ],