aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/fuzz/Cargo.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-13 15:30:20 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-13 15:30:20 +0100
commit7ade650065a2693f41e3a858bfb25881bac06e9d (patch)
tree0d17cc827f58cc8ac5310f7c08da717d20b19d38 /lib/xixanta/fuzz/Cargo.toml
parent5f07c9840ecaebd07b9685dc55539166a697eb6e (diff)
downloadtools.nes-7ade650065a2693f41e3a858bfb25881bac06e9d.tar.gz
tools.nes-7ade650065a2693f41e3a858bfb25881bac06e9d.zip
ci: Run a fuzzy test also for the assembler
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'lib/xixanta/fuzz/Cargo.toml')
-rw-r--r--lib/xixanta/fuzz/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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