Skip to content
Snippets Groups Projects
Commit 3d2f73ef authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

build: use "meson test" as the test harness


"meson test" starting with version 0.57 is just as capable and easy to
use as QEMU's own TAP driver.  All existing options for "make check"
work.  The only required code change involves how to mark "slow" tests;
they need to belong to an additional "slow" suite.

The rules for .tap output are replaced by JUnit XML; GitLab is able
to parse that output and present it in the CI pipeline report.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 2bf40d08
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment