hookup atom parser fuzzer to read and write to stdin/stdout

This commit is contained in:
2025-12-08 01:38:48 +00:00
parent 35b81e40cc
commit f279f75a19
2 changed files with 37 additions and 74 deletions

View File

@@ -20,7 +20,6 @@ fuzz_rs = static_library(
'-Cllvm-args=-sanitizer-coverage-level=3',
'-Cllvm-args=-sanitizer-coverage-inline-8bit-counters',
],
dependencies: [mon],
link_with: [gentoo_utils],
)