diff options
| author | iximeow <me@iximeow.net> | 2026-05-13 04:30:27 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-05-13 04:30:27 +0000 |
| commit | 89549f17a48236b890f4af254e75c379455a00f1 (patch) | |
| tree | ecbbb3f6d9175a2ec0f1497c5923f335bb999e17 /fuzz/Cargo.toml | |
| parent | 6f0426bc30ae65aac2f08cbf90aafa823f4554bc (diff) | |
add behavior fuzzing, fix some stuff it noticed
Diffstat (limited to 'fuzz/Cargo.toml')
| -rw-r--r-- | fuzz/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a1f871e..23e8a88 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -58,3 +58,9 @@ name = "small_reg_is_always_old_bank_if_possible" path = "fuzz_targets/small_reg_is_always_old_bank_if_possible.rs" test = false doc = false + +[[bin]] +name = "behavior_does_not_panic" +path = "fuzz_targets/behavior_does_not_panic.rs" +test = false +doc = false |
