Open
Description
This is more of a 'for your information' rather than a bug report about something that is wrong in the project. But I thought it wouldn't hurt to inform upstream about it :)
The unit tests depend on a file named /benches/binary-8-msb.lzw
that isn't included in the crate uploaded to crates.io.
test output:
error: couldn't read /tmp/r/weezl-0.1.5/benches/binary-8-msb.lzw: No such file or directory (os error 2)
--> src/decode.rs:1240:37
|
1240 | const FILE: &'static [u8] = include_bytes!(concat!(
| _____________________________________^
1241 | | env!("CARGO_MANIFEST_DIR"),
1242 | | "/benches/binary-8-msb.lzw"
1243 | | ));
| |__________^
|
= note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `weezl` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
This means that we have to disable to tests when packaging this crate for debian. Would it be possible to include the /benches/binary-8-msb.lzw
file in the next release?
Metadata
Metadata
Assignees
Labels
No labels