microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.13k stars 473 forks source link

Simplify standalone test by calling `windows-bindgen` directly #3086

Closed kennykerr closed 1 month ago

kennykerr commented 1 month ago

Originally, the standalone tests were calling riddle both to test riddle as well as to verify standalone code generation. But now that riddle is really just a very thin wrapper around windows-bindgen and the fact that it has separate testing, we can simplify this test to call windows-bindgen directly and avoid some potential issues with calling cargo repeatedly.