aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-api/tests
AgeCommit message (Collapse)AuthorFilesLines
2024-11-05rust: build integration test for the qemu_api cratePaolo Bonzini1-0/+78
Adjust the integration test to compile with a subset of QEMU object files, and make it actually create an object of the class it defines. Follow the Rust filesystem conventions, where tests go in tests/ if they use the library in the same way any other code would. Reviewed-by: Junjie Mao <junjie.mao@hotmail.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>