OSDN Git Service

mtest2make: add support for introspected test dependencies
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Sep 2020 14:06:06 +0000 (10:06 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (19:11 +0200)
commit48a81fd5b42e854e6c4b70cec60e023db9675e33
treeda312f82b74e4abefc15cb5c4944384fea9d05e4
parentfd5eef85fed024387d41adc4f7ca502c14ff62be
mtest2make: add support for introspected test dependencies

Right now all "make check" targets depend blindly on "all".  If Meson
is 0.56.0 or newer, we can use the correct dependencies using the new
"depends" entry in "meson introspect --tests".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
scripts/mtest2make.py