summaryrefslogtreecommitdiff
path: root/test cases/rust/4 polyglot/test.json
AgeCommit message (Collapse)Author
2025-10-29test cases/rust: adjust expected installed paths for shared librariesPaolo Bonzini
Make sure that they are checked against the correct extension on Darwin. Fixes: #7964 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-09-19Rust: Replace rust_crate_type with rust_abiXavier Claessens
Meson already knows if it's a shared or static library, user only need to specify the ABI (Rust or C).
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger