Add fuzzing testing setup
Compare changes
- Dominik Loidolt authored
Batch fuzzing enables continuous, regular fuzzing on your latest HEAD and allows a corpus of inputs to build up over time, which greatly improves the effectiveness of fuzzing. Batch fuzzing can be run on a cron schedule.
+ 1
− 4
@@ -6,8 +6,6 @@ BUILD=$WORK/build
@@ -15,8 +13,7 @@ meson setup "$BUILD" \