mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
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:
commit
bb0b764172
@ -37,6 +37,9 @@ if os_linux
|
|||||||
tests += [
|
tests += [
|
||||||
{ 'name': 'dmabuf-support',
|
{ 'name': 'dmabuf-support',
|
||||||
'sources': [ 'udmabuf.c' ],
|
'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
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user