Skip to content

Commit

Permalink
Update fuzz for crc64fast-nvme
Browse files Browse the repository at this point in the history
  • Loading branch information
onethumb committed Sep 7, 2024
1 parent 3d45b72 commit 8ba648b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = false

[dependencies]
afl = "0.8.0"
crc64fast = { path = ".." }
crc64fast-nvme = { path = ".." }
2 changes: 1 addition & 1 deletion fuzz/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fuzz Testing

This is the fuzz testing target for the `crc64fast` crate.
This is the fuzz testing target for the `crc64fast-nvme` crate.

1. Install `afl` via `cargo install afl`
2. Build the fuzz target via `cargo afl build`
Expand Down
2 changes: 1 addition & 1 deletion fuzz/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[macro_use]
extern crate afl;
extern crate crc64fast;
extern crate crc64fast-nvme;

use crc64fast::Digest;

Expand Down

0 comments on commit 8ba648b

Please sign in to comment.