Skip to content

Commit e296af5

Browse files
committed
Extend fuzzing tests
Test all combinations with/without `PL7M_USE_INTERNAL_FUZZER_MUTATE` and `PL7M_USE_SIMPLEST_MUTATOR` defines
1 parent 22d2c6b commit e296af5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ jobs:
2929
cd ../fuzz
3030
make clean && make
3131
./run-fuzzer.sh
32+
make clean && CFLAGS="-DPL7M_USE_INTERNAL_FUZZER_MUTATE -DPL7M_USE_SIMPLEST_MUTATOR" make
33+
./run-fuzzer.sh
34+
make clean && CFLAGS="-DPL7M_USE_INTERNAL_FUZZER_MUTATE" make
35+
./run-fuzzer.sh
36+
make clean && CFLAGS="-DPL7M_USE_SIMPLEST_MUTATOR" make
37+
./run-fuzzer.sh

0 commit comments

Comments
 (0)