mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
84259c46fa
commit
d544d409cb
@ -265,7 +265,7 @@ else
|
||||
|
||||
glib_tests += {
|
||||
'gutils-user-database' : {
|
||||
'depends' : [],
|
||||
'depends' : getpwuid_preload,
|
||||
'env' : {
|
||||
var_preload: getpwuid_preload.full_path()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user