commit | f620cadc0c24ae414b46204e57a82f7bf586d2c4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Apr 05 10:33:09 2025 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 03 22:42:18 2025 +0200 |
tree | ff502e97b130ceddcc16c274b43fc978f6ef8076 | |
parent | 53de966c3e8e6b9db3a81e8081be8e8275a0c6ee [diff] |
rust: add qemu-api doctests to "meson test" Doctests are weird. They are essentially integration tests, but they're "ran" by executing rustdoc --test, which takes a compiler-ish command line. This is supported by Meson 1.8.0. Because they run the linker and need all the .o files, run them in the build jobs rather than the test jobs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>