glib/tests/gutils-user-database: Add test dependency on preload library

We do preload the library but that's not set as test dependency and so
it may not be built
This commit is contained in:
Marco Trevisan (Treviño) 2024-05-09 16:59:57 +02:00 committed by Philip Withnall
parent a2111bec69
commit c6770f964c
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -263,7 +263,7 @@ else
glib_tests += {
'gutils-user-database' : {
'depends' : [],
'depends' : getpwuid_preload,
'env' : {
var_preload: getpwuid_preload.full_path()
},