mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-17 02:45:02 +01:00
move fuzzing code to lib
This commit is contained in:
parent
f222e0cb10
commit
6215924049
8 changed files with 102 additions and 23 deletions
|
|
@ -19,13 +19,19 @@ path = ".."
|
|||
members = ["."]
|
||||
|
||||
[[bin]]
|
||||
name = "lex"
|
||||
path = "fuzz_targets/lex.rs"
|
||||
name = "lexer"
|
||||
path = "fuzz_targets/lexer.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "lex_parse"
|
||||
path = "fuzz_targets/lex_parse.rs"
|
||||
name = "parser"
|
||||
path = "fuzz_targets/parser.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "compiler"
|
||||
path = "fuzz_targets/compiler.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue