mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gio/tests: Add test generated txt as the resources test dependency
This is required by the resources used in some tests, however we did not depend on it so we had some random build failures: https://gitlab.gnome.org/3v1n0/glib/-/jobs/3253787
This commit is contained in:
parent
a1664c3fa3
commit
0b9900e4e7
@ -982,7 +982,7 @@ if not meson.is_cross_build()
|
|||||||
gio_tests += {
|
gio_tests += {
|
||||||
'resources' : {
|
'resources' : {
|
||||||
'extra_sources' : resources_extra_sources,
|
'extra_sources' : resources_extra_sources,
|
||||||
'depends' : resource_plugin,
|
'depends' : [resource_plugin, test_generated_txt],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user