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

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
 src/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org

Reply via email to