commit | fd5eef85fed024387d41adc4f7ca502c14ff62be | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 16 05:00:53 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 30 19:11:36 2020 +0200 |
tree | 49176a00729123b189e5bb159284a52347572ce7 | |
parent | 61f86416441a902f0244e4f26ca1a510b0273050 [diff] |
meson: qtest: set "depends" correctly This does not have any effect on Meson's behavior itself, since "meson test" always rebuilds everything (that is one reason why we are not using it...). However, mtest2make can use this information to do a selective rebuild for the requested suite. Cc: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>