Add test dependencies to attempt to fix CI

See: gnome-build-meta#372
This commit is contained in:
Michael Catanzaro 2021-04-21 16:03:30 -05:00
parent d86434d0e2
commit ae9038690d

View file

@ -27,6 +27,9 @@ if desktop_file_validate.found()
desktop_file_validate, desktop_file_validate,
args: [ args: [
desktop_file.full_path() desktop_file.full_path()
],
depends: [
desktop_file
] ]
) )
endif endif
@ -58,7 +61,10 @@ if appstream_util.found()
'validate-appdata', appstream_util, 'validate-appdata', appstream_util,
args: [ args: [
'validate-relax', '--nonet', appdata_file.full_path() 'validate-relax', '--nonet', appdata_file.full_path()
] ],
depends: [
appdata_file
],
) )
endif endif