1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

src: ensure augeas test file is generated before running test

We fail to express an ordering between the custom target that
generates the combined augeas test input file, and the meson
test command.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2024-05-07 13:10:59 +01:00
parent bdfe46ed6e
commit 0dc278dd02

@ -1048,7 +1048,8 @@ if tests_enabled[0]
'-I', data['builddir'],
data['file'].full_path(),
],
suite: 'script'
suite: 'script',
depends: [data['file']]
)
endforeach
endif