From: Daniel P. Berrangé Date: Tue, 7 May 2024 12:10:59 +0000 (+0100) Subject: src: ensure augeas test file is generated before running test X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0dc278dd020680d1a490d7d88ccf2c7be82b5c05;p=libvirt.git 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 Signed-off-by: Daniel P. Berrangé --- diff --git a/src/meson.build b/src/meson.build index a51f40fe16..17e6feafba 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1048,7 +1048,8 @@ if tests_enabled[0] '-I', data['builddir'], data['file'].full_path(), ], - suite: 'script' + suite: 'script', + depends: [data['file']] ) endforeach endif