forked from gentoo-utils/gentoo-utils
setup meson to allow building multiple fuzzers easily
This commit is contained in:
@@ -13,9 +13,9 @@ thiserror = "2.0.17"
|
||||
debug = true
|
||||
|
||||
[[bin]]
|
||||
path = "fuzz/gencorpus.rs"
|
||||
name = "gencorpus"
|
||||
path = "fuzz/atom/parser/gencorpus.rs"
|
||||
name = "atom_parser_gencorpus"
|
||||
|
||||
[[test]]
|
||||
path = "fuzz/fuzz.rs"
|
||||
name = "fuzz"
|
||||
path = "fuzz/atom/parser/fuzz.rs"
|
||||
name = "atom_parser_fuzz"
|
||||
Reference in New Issue
Block a user