mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
gio/tests: Add tests for portal support functions
Test all the snap cases and the unknown sandbox one. We need to use different test processes as we initialize the portal type early enough that it can't be changed later.
This commit is contained in:
@@ -227,6 +227,22 @@ if host_machine.system() != 'windows'
|
||||
'gdbus-peer-object-manager' : {},
|
||||
'gdbus-sasl' : {},
|
||||
'live-g-file' : {},
|
||||
'portal-support-none' : {
|
||||
'extra_sources': ['../gportalsupport.c', '../gsandbox.c'],
|
||||
'suite': ['portal-support'],
|
||||
},
|
||||
'portal-support-env-var' : {
|
||||
'extra_sources': ['../gportalsupport.c', '../gsandbox.c'],
|
||||
'suite': ['portal-support'],
|
||||
},
|
||||
'portal-support-snap' : {
|
||||
'extra_sources': ['../gportalsupport.c', '../gsandbox.c', 'portal-support-utils.c'],
|
||||
'suite': ['portal-support'],
|
||||
},
|
||||
'portal-support-snap-classic' : {
|
||||
'extra_sources': ['../gportalsupport.c', '../gsandbox.c', 'portal-support-utils.c'],
|
||||
'suite': ['portal-support'],
|
||||
},
|
||||
'resolver-parsing' : {'dependencies' : [network_libs]},
|
||||
'socket-address' : {},
|
||||
'stream-rw_all' : {},
|
||||
|
Reference in New Issue
Block a user