]> git.proxmox.com Git - mirror_qemu.git/commit
meson: add testsuite Makefile generator
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 28 Jan 2020 13:48:54 +0000 (14:48 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Aug 2020 10:30:07 +0000 (06:30 -0400)
commit245dac4a1bef719d648e20c84bbf3dcaf50de988
tree1edcc6c1c051e496bf88eb3ecb05ba2b406ac908
parent968b4db38a717d334db9298fb7b6f6ba71d08806
meson: add testsuite Makefile generator

Rules to execute tests are generated by a simple Python program
that integrates into the existing "make check" mechanism.  This
provides familiarity for developers, and also allows piecewise
conversion of the testsuite Makefiles to meson.

The generated rules are based on QEMU's existing test harness
Makefile and TAP parser.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
scripts/mtest2make.py [new file with mode: 0644]
tests/Makefile.include