Skip to content

Commit

Permalink
Extend fuzzing tests
Browse files Browse the repository at this point in the history
Test all combinations with/without `PL7M_USE_INTERNAL_FUZZER_MUTATE` and
`PL7M_USE_SIMPLEST_MUTATOR` defines
  • Loading branch information
IvanNardi committed Feb 14, 2024
1 parent 22d2c6b commit e296af5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
cd ../fuzz
make clean && make
./run-fuzzer.sh
make clean && CFLAGS="-DPL7M_USE_INTERNAL_FUZZER_MUTATE -DPL7M_USE_SIMPLEST_MUTATOR" make
./run-fuzzer.sh
make clean && CFLAGS="-DPL7M_USE_INTERNAL_FUZZER_MUTATE" make
./run-fuzzer.sh
make clean && CFLAGS="-DPL7M_USE_SIMPLEST_MUTATOR" make
./run-fuzzer.sh

0 comments on commit e296af5

Please sign in to comment.