]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: add dependencies to meson declaration
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Mar 2022 09:36:56 +0000 (10:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 25 Mar 2022 14:36:25 +0000 (15:36 +0100)
commit5cef75787520da6ff1dff80867be5d98ba293f05
treecacc42edf0aeaf5c9231964df89e590035a3c832
parent5df14f81807f9ddbe6c77b46ab969dfbb5426937
tests: add dependencies to meson declaration

Make sure that all tests are run after the helpers and mocks are
(re)built.  This enables for example using "meson test" as the
command line passed to "git bisect run".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/meson.build