microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

Enable tests that depend on WDK Metadata #211

Open wmmc88 opened 1 month ago

wmmc88 commented 1 month ago
          Having this need to be a separate crate in order to run the test in an environment that has a WDK config is unfortunate. I have something in the works that will allow these unit tests to live in the same module of the functions they're testing

_Originally posted by @wmmc88 in https://github.com/microsoft/windows-drivers-rs/pull/183#discussion_r1744633961_