chore: Add remaining fuzz tests to cflite.

So we can run them daily and get coverage info from them.
This commit is contained in:
iphydf
2025-02-05 20:26:02 +00:00
parent 4626c2e230
commit 2ccecdc2a1
10 changed files with 117 additions and 59 deletions
+2
View File
@@ -69,6 +69,8 @@ add_cxx_flag -Wno-c99-extensions
add_cxx_flag -Wno-old-style-cast
# GTest does this.
add_cxx_flag -Wno-global-constructors
# Needed for some fuzzers.
add_cxx_flag -Wno-exit-time-destructors
# Downgrade to warning so we still see it.
add_flag -Wno-error=unreachable-code