trisquel-icecat/icecat/toolkit/crashreporter/minidump-analyzer/README.md
2025-10-06 02:35:48 -06:00

6 lines
353 B
Markdown

# Testing
To run tests, comment out the `mozilla-central-workspace-hack` dependency, then run `cargo test`.
Otherwise, the dependency won't have the feature we need enabled. This is because the crate is
excluded from the workspace (as we don't want to vendor the dev-dependencies).
The `Cargo.lock` in this directory corresponds to this configuration.