Merge branch 'wip/smcv/bug6971' into 'main'

testsuite: Add a suite for tests that require /dev/udmabuf

See merge request GNOME/gtk!7671
This commit is contained in:
Simon McVittie 2024-08-31 11:53:32 +00:00
commit bb0b764172

View File

@ -37,6 +37,9 @@ if os_linux
tests += [
{ 'name': 'dmabuf-support',
'sources': [ 'udmabuf.c' ],
# This needs to pass on upstream Gitlab-CI, but cannot be guaranteed
# to work on developer machines or downstream build environments
'suites': [ 'needs-udmabuf' ],
},
]
endif