duct.rs icon indicating copy to clipboard operation
duct.rs copied to clipboard

Move src/bin/* to examples

Open igor-raits opened this issue 6 years ago • 2 comments

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

igor-raits avatar Jul 07 '19 14:07 igor-raits

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?

oconnor663 avatar Jul 09 '19 04:07 oconnor663

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

igor-raits avatar Sep 08 '19 13:09 igor-raits