On Mon, Oct 21, 2024 at 4:35 PM Zhao Liu <zhao1....@intel.com> wrote: > > On Tue, Oct 15, 2024 at 03:17:26PM +0200, Paolo Bonzini wrote: > > Date: Tue, 15 Oct 2024 15:17:26 +0200 > > From: Paolo Bonzini <pbonz...@redhat.com> > > Subject: [PATCH 08/16] rust: build tests for the qemu_api crate > > X-Mailer: git-send-email 2.46.2 > > > > Fix some bitrot in tests.rs, and allow the unit tests to be run via > > "meson test". > > > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > --- > > rust/qemu-api/meson.build | 3 +++ > > rust/qemu-api/src/tests.rs | 2 +- > > 2 files changed, 4 insertions(+), 1 deletion(-) > > > > Codes look good to me, > > Reviewed-by: Zhao Liu <zhao1....@intel.com>
Note that, in the extracted series (to which I am moving your Reviewed-by tags, so no need to go through it again), I'm changing this to an integration test and making it actually create the object it defines. Paolo