Skip to content
Snippets Groups Projects

Add fuzzing testing setup

Merged Dominik Loidolt requested to merge fuzz into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -15,6 +15,7 @@ meson setup "$BUILD" \
-Dfuzzer_ldflags="$LIB_FUZZING_ENGINE" \
-Ddebug_level=0 \
-Ddefault_library=static \
-Db_lundef=false \
--wrap-mode=nodownload
# build fuzzers
Loading