Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tooling to run fuzzing locally #122

Open
ThetaSinner opened this issue Oct 25, 2024 · 2 comments
Open

Missing tooling to run fuzzing locally #122

ThetaSinner opened this issue Oct 25, 2024 · 2 comments
Assignees

Comments

@ThetaSinner
Copy link
Member

The flake does not provide the Cargo tool test-fuzz. It can be installed with cargo install cargo-test-fuzz but ideally we'd just have all the tools we need without doing global installs.

@ThetaSinner
Copy link
Member Author

Oh you also need cargo install cargo-afl for the fuzz tests to run

@ThetaSinner ThetaSinner changed the title Nix flake missing fuzz tooling Missing tooling to run fuzzing locally Dec 19, 2024
@ThetaSinner
Copy link
Member Author

We might prefer to focus on #115 but if we want to be able to run fuzzing locally to check that it's working or because we don't have a remote machine to test on yet, then this issue should be about making that easier. Any tools we can add through Nix, let's do that. Then any system setup that's needed beyond that should be documented.

@jost-s jost-s moved this from Backlog to Awaiting clarification in Holochain Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Awaiting clarification
Development

No branches or pull requests

1 participant