oconnor663 / duct.rs

a Rust library for running child processes
MIT License
795 stars 34 forks source link

Move src/bin/* to examples #73

Open ignatenkobrain opened 5 years ago

ignatenkobrain commented 5 years ago

Is there any reason to be able to do cargo install those binaries?

oconnor663 commented 5 years ago

I should make the tests that use these integration tests rather than unit tests, so that the binaries get built automatically and we don't need the path_to_exe hack. Anyway, I was under the impression if you wanted tests to have access to binaries, they needed to be in src/bin/. Is that wrong?

ignatenkobrain commented 4 years ago

tbh, I don't know how to make tests to access binaries.