From 6668e8f87a3d2cf814c1ddd77a0eb6fec668c3eb Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 23 Dec 2023 15:41:09 -0800 Subject: more fuzz targets --- fuzz/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fuzz/Cargo.toml') diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index cf84c01..29a2307 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -18,13 +18,13 @@ yaxpeax-arch = "0.2.7" members = ["."] [[bin]] -name = "fuzz_target_1" -path = "fuzz_targets/fuzz_target_1.rs" +name = "no-panic" +path = "fuzz_targets/no-panic.rs" test = false doc = false [[bin]] -name = "no-panic" -path = "fuzz_targets/no-panic.rs" +name = "fresh-decode" +path = "fuzz_targets/fresh-decode.rs" test = false doc = false -- cgit v1.1