Add bucket_alias CRDT fuzz target (#1439)

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1439
Reviewed-by: Alex <lx@deuxfleurs.fr>
This commit is contained in:
Arthur Carcano
2026-05-07 14:02:26 +00:00
committed by Alex
parent 21d29a4cf6
commit 3a5f060693
2 changed files with 32 additions and 0 deletions
+7
View File
@@ -57,3 +57,10 @@ path = "fuzz_targets/key_crdt.rs"
test = false
doc = false
bench = false
[[bin]]
name = "bucket_alias_crdt"
path = "fuzz_targets/bucket_alias_crdt.rs"
test = false
doc = false
bench = false