Skip to content

Commit

Permalink
doc: add how to run the fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Dec 23, 2024
1 parent 7da7729 commit 43d2515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/multi-asset-delegation/fuzzer/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
// along with Tangle. If not, see <http://www.gnu.org/licenses/>.

//! # Running
//! Running this fuzzer can be done with `cargo hfuzz run call`. `honggfuzz` CLI
//! Running this fuzzer can be done with `cargo hfuzz run mad-fuzzer`. `honggfuzz` CLI
//! options can be used by setting `HFUZZ_RUN_ARGS`, such as `-n 4` to use 4 threads.
//!
//! # Debugging a panic
//! Once a panic is found, it can be debugged with
//! `cargo hfuzz run-debug per_thing_rational hfuzz_workspace/call/*.fuzz`.
//! `cargo hfuzz run-debug mad-fuzzer hfuzz_workspace/mad-fuzzer/*.fuzz`.
use frame_support::traits::{Currency, GetCallName, Hooks, UnfilteredDispatchable};
use honggfuzz::fuzz;
Expand Down

0 comments on commit 43d2515

Please sign in to comment.