summaryrefslogtreecommitdiff
path: root/test cases/rust/12 bindgen/gen/gen_header.py
AgeCommit message (Collapse)Author
2025-10-20Fix typos in authorship informationVlad-Stefan Harbuz
2025-08-25fix transient failure on rust/12 bindgenPaolo Bonzini
The test has a custom .h target that has the same name as the input in the test's source directory. Sometimes a compiler could build a target that intends to use the file in the source tree, but finds an incomplete output of the custom_target, causing the test to fail. To fix this, move the generated headers in a subdirectory of the build tree. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>