cc-rs icon indicating copy to clipboard operation
cc-rs copied to clipboard

Tests are not included in published crate

Open jamessan opened this issue 1 year ago • 1 comments

Since https://github.com/rust-lang/cc-rs/pull/934, the tests are no longer included in the crate. However, some distributors (like Debian) create their packages from the crate rather than the git repo. This means Debian can no longer easily run the crate's tests to validate updates of the package.

Could the tests please be restored to the crate?

jamessan avatar Aug 25 '24 20:08 jamessan

Yes, however note that many tests sit in an unpublished workspace https://github.com/rust-lang/cc-rs/tree/main/dev-tools/cc-test

so if you'd like to test it, we would also have to publish cc-test as well

NobodyXu avatar Aug 26 '24 11:08 NobodyXu