diff options
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 2e554db..e5c1105 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -48,6 +48,12 @@ test = false doc = false [[bin]] +name = "display_masm_does_not_panic" +path = "fuzz_targets/display_masm_does_not_panic.rs" +test = false +doc = false + +[[bin]] name = "does_not_decode_invalid_registers" path = "fuzz_targets/does_not_decode_invalid_registers.rs" test = false |
