Nadrieril / dhall-rust

Maintainable configuration files, for Rust users
Other
303 stars 27 forks source link

Use a custom test harness instead of generating tests in `build.rs` #170

Closed Nadrieril closed 4 years ago

Nadrieril commented 4 years ago

This removes the need to rebuild when we add/remove tests, improves test detection and should improve compile times slightly too. This also makes test work on Windows, as they previously failed because of path idiosyncracies.