You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fuzz/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This directory contains some fuzz testing infrastructure for `uuid`, using AFL++
6
6
7
7
1. Add a `fuzz/$TARGET_NAME/main.rs`, where `$TARGET_NAME` is a name for the test, like `parse`. See existing cases for the content to include in this file.
8
8
2. Add a `[[bin]]` to `fuzz/Cargo.toml` with the new target included.
9
-
3. Add an entry to the `fuzz/quickcheck.sh` to run it.
9
+
3. Add an entry to the `fuzz/canary.sh` to run it.
0 commit comments