mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +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
a2111bec69
commit
c6770f964c
@ -263,7 +263,7 @@ else
|
||||
|
||||
glib_tests += {
|
||||
'gutils-user-database' : {
|
||||
'depends' : [],
|
||||
'depends' : getpwuid_preload,
|
||||
'env' : {
|
||||
var_preload: getpwuid_preload.full_path()
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user