summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-19 01:00:48 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-19 01:00:48 +0000
commit70e8ea24a8ec9e3dfe484227463fdb97ee341227 (patch)
tree1a19f0974b683c87e6e5c791252d5a5b99669b97 /Cargo.toml
parente01637fd3a0a59ffea320a7df9770e73f486c91e (diff)
downloadgentoo-utils-70e8ea24a8ec9e3dfe484227463fdb97ee341227.tar.gz
impl vercmp fuzzer
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0663f32..a92311c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,4 +18,12 @@ name = "atom_parser_gencorpus"
[[test]]
path = "fuzz/atom/parser/fuzz.rs"
-name = "atom_parser_fuzz" \ No newline at end of file
+name = "atom_parser_fuzz"
+
+[[bin]]
+path = "fuzz/atom/vercmp/gencorpus.rs"
+name = "atom_vercmp_gencorpus"
+
+[[test]]
+path = "fuzz/atom/vercmp/fuzz.rs"
+name = "atom_vercmp_fuzz" \ No newline at end of file