From 7ade650065a2693f41e3a858bfb25881bac06e9d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 13 Dec 2024 15:30:20 +0100 Subject: ci: Run a fuzzy test also for the assembler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/fuzz/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/xixanta/fuzz/Cargo.toml') diff --git a/lib/xixanta/fuzz/Cargo.toml b/lib/xixanta/fuzz/Cargo.toml index 3b3498d..0c0376d 100644 --- a/lib/xixanta/fuzz/Cargo.toml +++ b/lib/xixanta/fuzz/Cargo.toml @@ -22,3 +22,10 @@ path = "fuzz_targets/fuzz_target_1.rs" test = false doc = false bench = false + +[[bin]] +name = "fuzz_target_2" +path = "fuzz_targets/fuzz_target_2.rs" +test = false +doc = false +bench = false -- cgit v1.2.3